Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request snaptec#2626 from rleidner/socvwid_p18
Browse files Browse the repository at this point in the history
at_reboot.sh: install lxml via apt-get instead via pip3
  • Loading branch information
benderl authored Mar 8, 2023
2 parents 70bbcc1 + 57ef64e commit f6bd58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runs/atreboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ at_reboot() {
if python3 -c "import lxml" &> /dev/null; then
echo 'lxml installed...'
else
sudo pip3 install lxml
sudo apt-get install python3-lxml
fi
#Prepare for secrets used in soc module libvwid in Python
VWIDMODULEDIR="$OPENWBBASEDIR/modules/soc_vwid"
Expand Down

0 comments on commit f6bd58a

Please sign in to comment.