changes
This commit is contained in:
parent
e7132de39b
commit
3c2a85342d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
5
setup.sh
5
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}"
|
||||
|
|
Loading…
Reference in a new issue