Add RPMFusion
This commit is contained in:
parent
8a1d65be14
commit
a432400ee9
1 changed files with 9 additions and 3 deletions
12
install.sh
12
install.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue