mirror of https://github.com/tteck/Proxmox.git
fix: remove macos gnu grep
This commit is contained in:
parent
ddccdff67e
commit
9673cb7b7a
|
@ -20,7 +20,7 @@ $STD apt-get install -y mc
|
|||
$STD apt-get install -y git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
RELEASE="$(curl -s https://api.github.com/repos/tobychui/zoraxy/releases | ggrep -oP '"tag_name":\s*"\K[\d.]+?(?=")' | sort -V | tail -n1)"
|
||||
RELEASE="$(curl -s https://api.github.com/repos/tobychui/zoraxy/releases | grep -oP '"tag_name":\s*"\K[\d.]+?(?=")' | sort -V | tail -n1)"
|
||||
msg_info "Installing Zoraxy v${RELEASE}"
|
||||
wget -q "https://github.com/tobychui/zoraxy/releases/download/${RELEASE}/zoraxy_linux_amd64"
|
||||
install zoraxy_linux_amd64 /usr/bin/zoraxy
|
||||
|
|
Loading…
Reference in New Issue