Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-08-14 14:50:45 -05:00
parent aea4ed30f2
commit b84af04615
1 changed files with 7 additions and 2 deletions

View File

@ -24,11 +24,16 @@ check_and_install() {
for app in "${apps[@]}"; do
check_and_install $app
done
sudo -H pip3 install --upgrade pip
#############
apt-get install python3-venv -y
python3 -m venv env0
source env0/bin/activate
pip3 install --upgrade pip
pip install pyopenssl --upgrade
pip3 install --force-reinstall aprslib
pip3 install --force-reinstall tinydb
deactivate
####################
sudo cat > /opt/emq-ver <<- "EOF"
EMQ-VER: 01.07