Skip to content

Commit

Permalink
Merge pull request #9 from ticed35/master
Browse files Browse the repository at this point in the history
Add dependancy
  • Loading branch information
ticed35 authored Nov 22, 2017
2 parents 26cfe38 + 9e23421 commit 2b6494f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PROGRESS_FILE=$1
touch ${PROGRESS_FILE}
echo 0 > ${PROGRESS_FILE}
sudo apt-get -y install python3
sudo apt-get -y install python3-requests
echo 100 > ${PROGRESS_FILE}
echo "Everything is successfully installed!"
rm ${PROGRESS_FILE}

0 comments on commit 2b6494f

Please sign in to comment.