fix script shebang
This commit is contained in:
parent
229bce2f88
commit
1b0f126eec
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env/bash
|
||||
#!/usr/bin/env bash
|
||||
sudo pip3 install -r ./requirements.txt
|
||||
mkdir -p ~/.local/bin/ ~/.local/share/applications/
|
||||
chmod +x ./main.py
|
||||
|
|
Loading…
Add table
Reference in a new issue