-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
#!/bin/bash | ||
|
||
# If Python does not work, run scripts/ to test | ||
|
||
if ! command -v python3 &> /dev/null; then | ||
echo "Python is not installed. Installing Python..." | ||
sudo apt-get update | ||
sudo apt-get install python3 -y | ||
fi | ||
|
||
. scripts/test.py | ||
. scripts/test.sh | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Jpnock
Author
Collaborator
|
Still missing the "/"??