updates to install flatpaks in user space

This commit is contained in:
2024-09-25 22:58:56 -07:00
parent b61c1ac47b
commit 02a3f82ab8
2 changed files with 17 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo dnf install btop -y
sudo dnf install flatseal
sudo dnf install flatseal -y
sudo dnf install fzf -y
flatpak install app/com.yubico.yubioath/x86_64/stable -y
flatpak install net.nokyan.Resources -y
flatpak install gearlever -y
flatpak install app/com.yubico.yubioath/x86_64/stable -y --user
flatpak install net.nokyan.Resources -y --user
flatpak install gearlever -y --user
sudo dnf install rofi -y
sudo dnf install nautilus -y
@@ -22,9 +22,9 @@ sudo dnf install ffmpeg --allowerasing -y
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
# flatpak install app/com.google.Chrome/x86_64/stable -y
# flatpak install waterfox -y
# sudo dnf install chromium
# flatpak install app/com.google.Chrome/x86_64/stable -y --user
# flatpak install waterfox -y --user
# sudo dnf install chromium -y
#Video
sudo rpm -i https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV2-2.0.8-1.x86_64.rpm -y