Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# don't update python distribution packages in here
typing-extensions==4.4.0
jq==1.1.3
paho_mqtt==1.6.1
Expand All @@ -24,4 +25,3 @@ ocpp==1.0.0
websockets==12.0
pycarwings3==0.7.14
asyncio==3.4.3
urllib3==2.6.0
2 changes: 2 additions & 0 deletions runs/atreboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ chmod 666 "$LOGFILE"
echo "path '/etc/apt/apt.conf.d' is missing! unsupported system!"
fi
if ((hasInet == 1)); then
# remove urllib3 version to avoid conflicts
pip uninstall urllib3 -y
"${OPENWBBASEDIR}/runs/install_packages.sh"
else
echo "no internet connection, skipping package installation"
Expand Down
1 change: 1 addition & 0 deletions runs/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo apt-get -q -y install \
git \
mosquitto mosquitto-clients \
python3-pip \
python3-urllib3 \
xserver-xorg x11-xserver-utils openbox-lxde-session lightdm lightdm-autologin-greeter accountsservice \
chromium chromium-l10n
echo "done"