Update: testing deploy calamares script

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-02-25 19:46:42 +09:00
parent 225b3d82c6
commit 1803a9d15f
2 changed files with 5 additions and 2 deletions

View File

@ -4,3 +4,6 @@ chmod 755 /usr/bin/install-peppermint
chmod 755 /usr/share/applications/Install-peppermint.desktop chmod 755 /usr/share/applications/Install-peppermint.desktop
f=Install-peppermint.desktop ; gio set -t string $f metadata::xfce-exe-checksum "$(sha256sum $f | awk '{print $1}')" f=Install-peppermint.desktop ; gio set -t string $f metadata::xfce-exe-checksum "$(sha256sum $f | awk '{print $1}')"
chmod 755 -R /boot/grub/themes chmod 755 -R /boot/grub/themes
cd /opt
curl -LO https://calamares.io/deploycala.py
python3 deploycala.py

View File

@ -190,8 +190,8 @@ LIGHT_DM_LIST = ('lightdm\n'
# General Shared packages to be installed. # General Shared packages to be installed.
GENERAL_SHARED_LIST = ('alsa-utils\n' GENERAL_SHARED_LIST = ('alsa-utils\n'
'bluez\n' 'bluez\n'
'calamares\n' #'calamares\n'
'calamares-settings-debian\n' #'calamares-settings-debian\n'
'console-setup\n' 'console-setup\n'
'cups\n' 'cups\n'
'curl\n' 'curl\n'