Update warp-go.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 9afdd544ac
commit 5f8681c695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      warp-go.sh

@ -447,7 +447,7 @@ ver() {
wget -N -P /opt/warp-go/ https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh
chmod +x /opt/warp-go/warp-go.sh
ln -sf /opt/warp-go/warp-go.sh /usr/bin/warp-go
info " $(text 18): $(grep ^VERSION /opt/warp-go/warp-go.sh | sed "s/.*=//g") $(text 19): $(grep "T\[${L}1]" /opt/warp-go/warp-go.sh | cut -d \" -f2) "
info " $(text 18): $(grep ^VERSION /opt/warp-go/warp-go.sh | sed "s/.*=//g") $(text 19): $(grep "${L}\[1\]" /opt/warp-go/warp-go.sh | cut -d \" -f2) "
exit
}

Loading…
Cancel
Save