Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: no py launcher for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 25, 2021
1 parent 871705b commit e876686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux_start.sh
@@ -1,2 +1,2 @@
py -3 -m pip install -r requirements.txt
py -3 src/impfbot.py
pip3 install -r requirements.txt
python3 src/impfbot.py

0 comments on commit e876686

Please sign in to comment.