Skip to content

Commit

Permalink
Merge pull request #11 from extragornax/master
Browse files Browse the repository at this point in the history
Added Htop to the script
  • Loading branch information
kayofeld authored Jul 27, 2017
2 parents a88a55b + af799c4 commit 6c51f19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions installation/install
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ case $yn in
* ) sys_install ruby; git clone https://github.com/kayofeld/makefile-gen.git; cd makefile-gen; sudo ./install.sh; cd ../;;
esac

script_header "DESIREZ VOUS INSTALLER HTOP ?"
read -p "Installer htop pour avoir un top plus pratique ? [O/n]" yn
case $yn in
[Nn]* );;
* ) sys_install htop;;
esac


script_header "EFFACEMENT DES FICHIERS D'INSTALLATION"
rm -rvf ../installation
Expand Down

0 comments on commit 6c51f19

Please sign in to comment.