arch fix
This commit is contained in:
+10
-6
@@ -27,7 +27,7 @@ say_bold() { printf "\n"; printf "%b%s%b\n" "$BOLD" "$*" "$RESET"; }
|
||||
##########################
|
||||
# Use exported variables from main detection script
|
||||
##########################
|
||||
OS="${DETECTED_OS:-debian}"
|
||||
OS="${DETECTED_OS}"
|
||||
DDE="${DETECTED_DE:-}"
|
||||
DE="${SELECTED_DE:-none}"
|
||||
TWM="${SELECTED_TWM:-none}"
|
||||
@@ -70,18 +70,22 @@ install_packages git libreoffice-fresh
|
||||
# gitahead-git
|
||||
|
||||
# editors
|
||||
install_packages vscodium sublime-text-4 konsole
|
||||
install_packages vscodium konsole
|
||||
# temp removed packages:
|
||||
# sublime-text-4
|
||||
|
||||
#internet
|
||||
install_packages brave-bin insync
|
||||
# google-chrome discord firefox
|
||||
install_packages brave-bin
|
||||
# temp removed packages
|
||||
# google-chrome discord firefox insync
|
||||
|
||||
#theming
|
||||
# variety
|
||||
|
||||
#media
|
||||
install_packages flameshot-git mpv-full
|
||||
# vlc gimp inkscape spotify lollypop
|
||||
install_packages flameshot-git mpv-git
|
||||
# temp removed packages
|
||||
# vlc gimp inkscape spotify lollypop mpv-full
|
||||
|
||||
#shells
|
||||
install_packages zsh zsh-completions zsh-syntax-highlighting oh-my-zsh-git
|
||||
|
||||
Reference in New Issue
Block a user