Skip to content

Commit

Permalink
Merge pull request #26 from viam-labs/side
Browse files Browse the repository at this point in the history
say yes
  • Loading branch information
kharijarrett authored Jul 15, 2024
2 parents 9fc614b + 13c6d25 commit ae23e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
python_version=$(python3 -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')

if command -v apt-get; then
$SUDO apt-get install python3-venv
$SUDO apt-get -y install python3-venv
if dpkg -l python3-venv; then
echo "python3-venv is installed, skipping setup"
else
Expand Down

0 comments on commit ae23e93

Please sign in to comment.