rpmfusion added to fedora installer
This commit is contained in:
parent
1fa39a76ae
commit
ac5ae0b434
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#software and shell
|
#software and shell
|
||||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors
|
FEDORA_VERSION=`rpm -E %fedora`
|
||||||
|
sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm
|
||||||
|
sudo yum install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm
|
||||||
|
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad
|
||||||
sudo chsh -s `which zsh` $USER
|
sudo chsh -s `which zsh` $USER
|
||||||
#fetch dependencies
|
#fetch dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue