fix: no need for fancy ssh

This commit is contained in:
Strix 2023-10-22 17:52:20 +02:00
parent a189c31485
commit 468ac786a7
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -13,7 +13,7 @@ if ! [ "$(id -u)" = "0" ]; then
fi fi
echo "testing git connection..." echo "testing git connection..."
if ! ssh -Tq git@git.ixvd.net &>/dev/null; then if ! ssh git@git.ixvd.net &>/dev/null; then
echo "can't connect to git, please setup ssh" echo "can't connect to git, please setup ssh"
exit 1 exit 1
fi fi