Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dependencies install #42

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/install_apt.sh
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}