Update: testing deploy calamares script
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
225b3d82c6
commit
1803a9d15f
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue