We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260b69f commit a95f6b3Copy full SHA for a95f6b3
update.sh
@@ -0,0 +1,5 @@
1
+git pull
2
+cargo build --release
3
+sudo cp target/release/ox /usr/bin/ox
4
+echo "Ox has been updated!"
5
+
0 commit comments