fedora installtion scripts refreshed, working on fedora 21
This commit is contained in:
parent
26339eccff
commit
b1b0e0da92
1 changed files with 1 additions and 17 deletions
|
@ -4,23 +4,7 @@
|
|||
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 python3-pip qt5-qtbase-devel qt5-qtwebkit-devel
|
||||
|
||||
#ReText
|
||||
aria2c http://sourceforge.net/projects/pyqt/files/sip/sip-4.16.2/sip-4.16.2.tar.gz -d /tmp
|
||||
tar -C /tmp -xf /tmp/sip-4.16.2.tar.gz
|
||||
cd /tmp/sip-4.16.2
|
||||
python3 configure.py
|
||||
make
|
||||
sudo make install
|
||||
aria2c http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.3.1/PyQt-gpl-5.3.1.tar.gz -d /tmp
|
||||
tar -C /tmp -xf /tmp/PyQt-gpl-5.3.1.tar.gz
|
||||
cd /tmp/PyQt-gpl-5.3.1
|
||||
python3 configure.py --qmake /usr/bin/qmake-qt5
|
||||
make -j8
|
||||
sudo make install
|
||||
|
||||
sudo pip-python3 install retext
|
||||
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors vlc freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv pixz tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar mercurial
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
$DIR/install_common.sh
|
||||
|
|
Loading…
Reference in a new issue