Skip to content

Commit 48d4af1

Browse files
RangerCDAzd325
authored andcommitted
Fix update.sh to adapt to new HTML tag
1 parent 1ba49b5 commit 48d4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# 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]}')
4+
VER=$(curl -s https://www.gitkraken.com/download | grep "Latest release:" | awk 'match($0,">Latest release: *(.*)</",a){print a[1]}')
55

66
pushd gitkraken-aur || exit
77

0 commit comments

Comments
 (0)