From 9506f3e4d5a4545a2eda9a9a1fdcacc482077d03 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sat, 6 Jan 2024 19:22:59 -0500 Subject: [PATCH] adds yubico key and browsers to install --- apps.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.sh b/apps.sh index cf7aa70..ef7153e 100644 --- a/apps.sh +++ b/apps.sh @@ -3,6 +3,7 @@ sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https:/ sudo dnf install 1password -y sudo dnf install btop -y sudo dnf install gnome-shell-extension-pop-shell xprop -y +flatpak install yubico -y #Codecs sudo dnf install ffmpeg --allowerasing -y @@ -17,3 +18,12 @@ sudo dnf install python-vlc -y #DJV sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y + +#Browsers +flatpak install waterfox -y +sudo dnf install chromium + +wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm +sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y + +rm google-chrome-stable_current_x86_64.rpm