Skip to content

Commit

Permalink
Add ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke committed Jun 6, 2023
1 parent 979c2cb commit 26c9a72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ FlathubInstallAppList=(

for FlathubApp in ${FlathubInstallAppList[@]}
do
flatpak install flathub $FlathubApp -y
flatpak install -y flathub $FlathubApp
done

sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'

for FedoraApp in ${FedoraInstallAppList[@]}
do
dnf install $FedoraApp -y
dnf install -y $FedoraApp
done

0 comments on commit 26c9a72

Please sign in to comment.