Replaced Firefox with Chromium.
This commit is contained in:
@@ -339,9 +339,9 @@ print " Adds Restic, Docker, and Docker Compose."
|
|||||||
print " 3 - Minimal Desktop"
|
print " 3 - Minimal Desktop"
|
||||||
print " XFCE 4 with no additional applications."
|
print " XFCE 4 with no additional applications."
|
||||||
print " 4 - Home Theater PC"
|
print " 4 - Home Theater PC"
|
||||||
print " XFCE 4 with Firefox and VLC media player."
|
print " XFCE 4 with Chromium and VLC media player."
|
||||||
print " 5 - Home Theater PC with Gaming"
|
print " 5 - Home Theater PC with Gaming"
|
||||||
print " XFCE 4 with Firefox, VLC media player, and Dolphin."
|
print " XFCE 4 with Chromium, VLC media player, and Dolphin."
|
||||||
print " 6 - Office Workstation"
|
print " 6 - Office Workstation"
|
||||||
print " XFCE 4 with a full suite of desktop applications aimed at general office work."
|
print " XFCE 4 with a full suite of desktop applications aimed at general office work."
|
||||||
print " 7 - Software Development Workstation"
|
print " 7 - Software Development Workstation"
|
||||||
@@ -366,8 +366,7 @@ case $profile in
|
|||||||
|
|
||||||
"4")
|
"4")
|
||||||
install_base_xfce
|
install_base_xfce
|
||||||
arch-chroot /mnt pacman --noconfirm -S firefox \
|
arch-chroot /mnt pacman --noconfirm -S chromium \
|
||||||
firefox-ublock-origin \
|
|
||||||
vlc \
|
vlc \
|
||||||
vlc-plugin-ffmpeg
|
vlc-plugin-ffmpeg
|
||||||
;;
|
;;
|
||||||
@@ -375,8 +374,7 @@ case $profile in
|
|||||||
"5")
|
"5")
|
||||||
install_base_xfce
|
install_base_xfce
|
||||||
arch-chroot /mnt pacman --noconfirm -S dolphin-emu \
|
arch-chroot /mnt pacman --noconfirm -S dolphin-emu \
|
||||||
firefox \
|
chromium \
|
||||||
firefox-ublock-origin \
|
|
||||||
vlc \
|
vlc \
|
||||||
vlc-plugin-ffmpeg
|
vlc-plugin-ffmpeg
|
||||||
;;
|
;;
|
||||||
@@ -384,8 +382,7 @@ case $profile in
|
|||||||
"6")
|
"6")
|
||||||
install_base_xfce
|
install_base_xfce
|
||||||
arch-chroot /mnt pacman --noconfirm -S ffmpeg \
|
arch-chroot /mnt pacman --noconfirm -S ffmpeg \
|
||||||
firefox \
|
chromium \
|
||||||
firefox-ublock-origin \
|
|
||||||
gimp \
|
gimp \
|
||||||
git \
|
git \
|
||||||
gnucash \
|
gnucash \
|
||||||
@@ -405,8 +402,7 @@ case $profile in
|
|||||||
docker \
|
docker \
|
||||||
docker-compose \
|
docker-compose \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
firefox \
|
chromium \
|
||||||
firefox-ublock-origin \
|
|
||||||
gimp \
|
gimp \
|
||||||
git \
|
git \
|
||||||
go \
|
go \
|
||||||
|
|||||||
Reference in New Issue
Block a user