don't install git

This commit is contained in:
Dominik Siebel 2024-10-24 11:45:26 +02:00
parent a6e6b51112
commit 18f320521a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$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 | grep -oP '"tag_name":\s*"\K[\d.]+?(?=")' | sort -V | tail -n1)"