From f6baea237517f6308f9400a5e13dbe12e8ec4eb0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 Feb 2023 19:40:42 -0700 Subject: [PATCH] fix --- debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.sh b/debian.sh index be3b416..0fddab1 100755 --- a/debian.sh +++ b/debian.sh @@ -51,7 +51,7 @@ DEBIAN_RELEASE='stable' FLATPAKS+=( app/net.brinkervii.grapejuice org.kde.kdenlive ) #Packages -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 " +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 " 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 " @@ -235,7 +235,7 @@ kernel-packages(){ bootloader() { mkdir /boot/grub/themes - tar xf /etc/default/debian.tar -C /boot/grub/themes/ + cp -rf /usr/share/grub/themes/breeze/* /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