diff --git a/resources/install_apt.sh b/resources/install_apt.sh index fc623a5..0700403 100644 --- a/resources/install_apt.sh +++ b/resources/install_apt.sh @@ -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} \ No newline at end of file