We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893c5f commit 0ff85f2Copy full SHA for 0ff85f2
scripts/install.sh
@@ -18,4 +18,4 @@ cd gotor/cmd/main
18
go install gotor.go
19
echo "Gotor installed. Run with 'gotor'."
20
21
-cd ../../..
+cd ../../..
scripts/remove.sh
@@ -5,4 +5,4 @@ pip uninstall torbot
5
echo
6
7
echo "Removing torbot as module..."
8
-python -m pip uninstall torbot
+python -m pip uninstall torbot
scripts/update-requirements.sh
@@ -2,4 +2,4 @@
2
3
echo "Writing requirements.txt..."
4
poetry export --without-hashes --format=requirements.txt > requirements.txt
-echo "requirements.txt updated..."
+echo "requirements.txt updated..."
0 commit comments