From cc68b930959b032109904b8363c4332de3cdec9f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 Feb 2023 21:09:44 -0700 Subject: [PATCH] fix --- debian.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian.sh b/debian.sh index 0fddab1..5a7dc2c 100755 --- a/debian.sh +++ b/debian.sh @@ -51,7 +51,7 @@ DEBIAN_RELEASE='stable' FLATPAKS+=( app/net.brinkervii.grapejuice org.kde.kdenlive ) #Packages -PACKAGES=" grub-theme-breeze telegram-desktop minidlna keepassxc libsecret-tools libglu1-mesa preload apt-transport-https zram-tools samba samba-common nfs-common nfs-kernel-server linux-cpupower locales redis cockpit cockpit-machines cockpit-podman flatpak powertop blueman cups acpi packagekit cockpit-packagekit cockpit-pcp cockpit-storaged acpid podman ghostscript cifs-utils ntp vim-airline rsync screen base udev git network-manager efibootmgr linux-headers-amd64 cryptsetup network-manager-openvpn ntp screen docbook-xsl alsa-utils sysstat redis neofetch fuse3 build-essential unzip bash-completion parted dosfstools wget curl " +PACKAGES=" telegram-desktop minidlna keepassxc libsecret-tools libglu1-mesa preload apt-transport-https zram-tools samba samba-common nfs-common nfs-kernel-server linux-cpupower locales redis cockpit cockpit-machines cockpit-podman flatpak powertop blueman cups acpi packagekit cockpit-packagekit cockpit-pcp cockpit-storaged acpid podman ghostscript cifs-utils ntp vim-airline rsync screen base udev git network-manager efibootmgr linux-headers-amd64 cryptsetup network-manager-openvpn ntp screen docbook-xsl alsa-utils sysstat redis neofetch fuse3 build-essential unzip bash-completion parted dosfstools wget curl " SHARED_DESKTOP_APPS=" gnome-core gimp gnome-tweaks evolution nextcloud-desktop gnome-photos handbrake vlc libreoffice " #REMOVED=" aardvark-dns podman-compose yt-dlp podman-toolbox syncthing " VIRTUALIZATION=" virt-manager qemu-system libvirt-daemon-system ovmf " @@ -162,7 +162,7 @@ install() { echo "deb https://deb.debian.org/debian $DEBIAN_RELEASE main contrib non-free" >>$TARGET/etc/apt/sources.list chroot $TARGET /usr/bin/apt update chroot $TARGET /usr/bin/bash -c "export DEBIAN_FRONTEND=noninteractive;/usr/bin/apt install -y $PACKAGES" - wget -q https://github.com/AdisonCavani/distro-grub-themes/raw/master/themes/debian.tar -O $TARGET/etc/default/debian.tar + cp -f debian.tar $TARGET/etc/default/ locale accounts auto_login @@ -234,8 +234,9 @@ kernel-packages(){ } bootloader() { + rm -rf /boot/grub/themes mkdir /boot/grub/themes - cp -rf /usr/share/grub/themes/breeze/* /boot/grub/themes/ + tar xf /etc/default/debian.tar -C /boot/grub/themes/ plymouth-set-default-theme -R spacefun echo "root UUID=$(/sbin/blkid | grep $BTRFS | cut -d '"' -f2) none luks" > /etc/crypttab /sbin/update-initramfs -c -k all