Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Sep 5, 2022
1 parent 48213bb commit 035427b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

echo "whoami?:"
whoami

echo
echo "users:"
cat /etc/passwd

echo
echo "in package.sh"
echo "in package.sh. pwd:"
pwd
echo
echo "which python3:"
which python3
echo "which pip3:"
which pip3

echo
echo "Upgrading pip:"
pip3 install --user --upgrade pip
Expand Down Expand Up @@ -47,6 +54,7 @@ export READTHEDOCS=True
export NOGUI="1"

apt-get update -y
apt-get update
apt install cmake build-essential libssl-dev -y

#NOGUI=1 pip3 install picamera2
Expand Down

0 comments on commit 035427b

Please sign in to comment.