Skip to content

Commit b1ce85c

Browse files
author
Chris Sig Dev
committed
Fixed setup.sh path to requirements.txt
modified: setup.sh
1 parent 79e7540 commit b1ce85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sudo ufw --force enable
196196

197197
echo
198198
echo Installing Python modules...
199-
python -m pip install -U --no-input -r requirements.txt
199+
python -m pip install -U --no-input -r sys/requirements.txt
200200

201201
echo
202202
echo Setting up audio environment...

0 commit comments

Comments
 (0)