Skip to content

Commit

Permalink
mà update coquille
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Mar 29, 2023
1 parent 761e0c8 commit 13b10d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find /chemin/du/dossier -type d -name __pycache__ -exec rm -rf {} \;
find . -type d -name __pycache__ -exec rm -rf {} \;
pip install -r requirements.txt
pip install -r requirements-release.txt
cp dex.js dex.sav
Expand Down

0 comments on commit 13b10d7

Please sign in to comment.