Skip to content

Commit

Permalink
Merge pull request #42 from Mips2648/patch-1
Browse files Browse the repository at this point in the history
fix dependencies install
  • Loading branch information
tomitomas committed Jan 30, 2024
2 parents 9321101 + 11e901a commit ddfc088
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 @@ -26,7 +26,7 @@ fi
echo 50 > ${PROGRESS_FILE}
echo ""
echo "-- Installation of pip for python3 and necessary libraries"
sudo apt-get install -y python3-dev python-requests python3-pip
sudo apt-get install -y python3-dev python3-requests python3-pip
echo 68 > ${PROGRESS_FILE}
echo ""
echo "-- Installation of chromium"
Expand Down Expand Up @@ -74,4 +74,4 @@ else
echo "Error: Cound not found pip3 program to install python dependencies ! Check doc FAQ for possible resolution."
fi
echo 100 > ${PROGRESS_FILE}
rm ${PROGRESS_FILE}
rm ${PROGRESS_FILE}

0 comments on commit ddfc088

Please sign in to comment.