diff --git a/include/packages.inc.sh b/include/packages.inc.sh index c4ff63a..4250f65 100644 --- a/include/packages.inc.sh +++ b/include/packages.inc.sh @@ -5,7 +5,7 @@ declare -A packages # install base desktop stuff packages[base]="ttf-mscorefonts-installer fonts-ubuntu fonts-ubuntu-console flatpak flatpak-xdg-utils linux-headers-amd64 plymouth build-essential -p7zip-full unrar unzip borgbackup borgmatic shotwell neofetch" +p7zip-full unrar unzip shotwell neofetch" # install gnome base packages[gnome]="task-gnome-desktop task-german-desktop @@ -22,7 +22,7 @@ thunderbird thunderbird-l10n-de" # install admin and dev tools packages[admin]="htop iotop sysstat lm-sensors git mc vim btop btrfs-progs curl wget debootstrap geany geany-plugins lnav mtr-tiny ncdu nmap ppp -pandoc pwgen remmina rsync screen socat stress strace tcpdump ufw" +pandoc pwgen remmina rsync screen socat stress strace tcpdump ufw borgbackup borgmatic " # install nice programs packages[nice]="wine:i386 winetricks chromium dosbox gimp vlc barrier audacity diff --git a/setup.sh b/setup.sh index afae091..a2383d7 100644 --- a/setup.sh +++ b/setup.sh @@ -171,3 +171,8 @@ gtk-application-prefer-dark-theme=1" | tee $HOME/.config/gtk-3.0/settings.ini > esac done + +message "${GREEN}DONE!!${ENDCOLOR}" +message warn "${YELLOW}Rerun this script again after reboot, if this is +the first run of it! +Some extensions etc are only available after a reboot.${ENDCOLOR}"