From be0a4f5455ba1bbe8385df1bb097c1c068797a05 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sun, 1 Jun 2025 13:39:08 -0400 Subject: [PATCH] Readjusted application profiles. --- install-arch-linux.sh | 47 +++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index f641707..8c06e54 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -401,16 +401,13 @@ case $profile in install_base_xfce arch-chroot /mnt pacman --noconfirm -S dolphin-emu \ firefox \ - firefox-ublock-origin \ - vlc + firefox-ublock-origin \ + vlc ;; "6") install_base_xfce - arch-chroot /mnt pacman --noconfirm -S audacious \ - audacity \ - element-desktop \ - ffmpeg \ + arch-chroot /mnt pacman --noconfirm -S ffmpeg \ firefox \ firefox-ublock-origin \ gimp \ @@ -419,42 +416,36 @@ case $profile in hunspell-en_us \ keepassxc \ libreoffice-fresh \ - liferea \ qalculate-gtk \ syncthing \ - torbrowser-launcher \ - vlc \ - wireshark-qt + tenacity \ + vlc ;; "7") install_base_xfce - arch-chroot /mnt pacman --noconfirm -S audacious \ - audacity \ - code \ + arch-chroot /mnt pacman --noconfirm -S code \ docker \ docker-compose \ - ffmpeg \ - firefox \ - firefox-ublock-origin \ - gimp \ - git \ + ffmpeg \ + firefox \ + firefox-ublock-origin \ + gimp \ + git \ go \ - hunspell-en_us \ + hunspell-en_us \ intellij-idea-community-edition \ jdk-openjdk \ - keepassxc \ - libreoffice-fresh \ - mumble \ - obs-studio \ + keepassxc \ + libreoffice-fresh \ pycharm-community-edition \ python \ python-virtualenv \ - qalculate-gtk \ - syncthing \ - torbrowser-launcher \ - vlc \ - wireshark-qt + qalculate-gtk \ + syncthing \ + tenacity \ + vlc \ + wireshark-qt ;; *)