Skip to content

Commit

Permalink
update.sh needs to set directory to allow vbit-config to run it from …
Browse files Browse the repository at this point in the history
…anywhere
  • Loading branch information
ZXGuesser committed Feb 23, 2020
1 parent 0f6b2bb commit 2038915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

set -e
cd $HOME/vbit2
echo Updating to latest stable version of VBIT2.
git fetch --tags
latestTag=`curl --silent "https://api.github.com/repos/peterkvt80/vbit2/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")'`
Expand Down

0 comments on commit 2038915

Please sign in to comment.