Skip to content

Commit

Permalink
Update install_apt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
an0Nym0us63 authored Oct 11, 2017
1 parent 4a85c81 commit d6643c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ echo 0 > ${PROGRESS_FILE}
echo "********************************************************"
echo "* Installation des dépendances *"
echo "********************************************************"
apt-get update
apt-get install python-requests python-pip
sudo apt-get update
echo 50 > ${PROGRESS_FILE}
sudo pip install pycrypto
sudo pip install pyudev
sudo pip install requests
echo 100 > ${PROGRESS_FILE}
echo "********************************************************"
echo "* Installation terminée *"
Expand Down

0 comments on commit d6643c6

Please sign in to comment.