fixes fedora scrips

This commit is contained in:
2024-04-24 16:26:12 -07:00
parent 5862a3a955
commit 2727df6aed
2 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,7 @@
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc -y
sudo dnf install 1password -y
sudo dnf install btop -y
sudo dnf install flatseal -y
sudo dnf install flatseal
flatpak install app/com.yubico.yubioath/x86_64/stable -y
flatpak install net.nokyan.Resources -y
@@ -30,3 +28,7 @@ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-rele
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf install vlc -y
sudo dnf install python-vlc -y
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo'
sudo dnf install 1password -y