We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba49b5 commit 48d4af1Copy full SHA for 48d4af1
update.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Get new version info
4
-VER=$(curl -s https://www.gitkraken.com/download | grep "Latest release:" | awk 'match($0,">Latest release: *(.*)</span>",a){print a[1]}')
+VER=$(curl -s https://www.gitkraken.com/download | grep "Latest release:" | awk 'match($0,">Latest release: *(.*)</",a){print a[1]}')
5
6
pushd gitkraken-aur || exit
7
0 commit comments