Add RPMFusion

This commit is contained in:
Leon 2020-09-01 13:59:34 +02:00
parent 8a1d65be14
commit a432400ee9

View file

@ -1,8 +1,13 @@
#!/usr/bin/env bash
echo 'Starting installation'
echo 'Installing base packages'
set +e
echo 'Installing RPMFusion...'
sudo dnf install -y \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
echo 'Installing base packages...'
sudo dnf install -y \
git which util-linux-user zsh vim-enhanced \
tig guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client teamviewer \
@ -22,7 +27,8 @@ git submodule update --init --recusive
cd devconf
./install-light.sh
echo 'Switching shell to zsh'
echo 'Switching shell to zsh...'
chsh -s $(which zsh)
echo 'Done'
vim +PlugInstall +qall