Skip to content

Commit a95f6b3

Browse files
author
Able-Above
committed
Condensed the three commands needed to update into a single bash script, for efficient users.
1 parent 260b69f commit a95f6b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update.sh

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)