Commit cee5cad 1 parent 5ca0483 commit cee5cad Copy full SHA for cee5cad
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ function fatal() {
10
10
exit 1
11
11
}
12
12
13
- VERSION=0.0.10
13
+ VERSION=" 0.0.11 "
14
14
15
15
info " Welcome to git-branch!"
16
16
17
17
info " Downloading version v$VERSION ..."
18
18
ARCH=$( dpkg --print-architecture)
19
19
20
20
if [[ $ARCH = " amd64" ]]; then
21
- curl https://github.com/Tchoupinax/git-branch/releases/download/v0.0.10/git-branch_0.0.10_linux_amd64 .tar.gz \
22
- -Lo /tmp/git-branch_0.0.10_linux_amd64 .tar.gz 2> /dev/null
21
+ curl https://github.com/Tchoupinax/git-branch/releases/download/v0.0.10/git-branch_0.0.11_linux_amd64 .tar.gz \
22
+ -Lo /tmp/git-branch_0.0.11_linux_amd64 .tar.gz 2> /dev/null
23
23
else
24
24
fatal " Architecture $ARCH is not supported by this script for the moment, please be free to open an issue."
25
25
exit 1
26
26
fi
27
27
28
28
info " Installing..."
29
- tar -xf /tmp/git-branch_0.0.10_linux_amd64 .tar.gz
30
- rm -f /tmp/git-branch_0.0.10_linux_amd64 .tar.gz
29
+ tar -xf /tmp/git-branch_0.0.11_linux_amd64 .tar.gz
30
+ rm -f /tmp/git-branch_0.0.11_linux_amd64 .tar.gz
31
31
32
32
warn " Asking you password for installing in your path [/usr/local/bin]"
33
33
sudo mv git-branch /usr/local/bin/gb
You can’t perform that action at this time.
0 commit comments