aria2 added to default fedora install

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-07-25 20:55:42 +02:00
parent b4552ecf7f
commit ba75032ec2

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
#software and shell #software and shell
sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox sudo yum install vim tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2
sudo chsh -s `which zsh` $USER sudo chsh -s `which zsh` $USER
#fetch dependencies #fetch dependencies
cd $DIR cd $DIR