non important commit

This commit is contained in:
maxstrb 2025-09-26 18:20:34 +02:00
parent ff963040f9
commit d33bfc0998

View file

@ -49,10 +49,15 @@
exit 0
}
print "Enter server password"
let pass = (input)
print "Enter server password:"
let pass = (input --suppress-output)
ssh admin@silvers.fun $"sudo -S -u git bash -c \"git init --bare ~/($name).git\" <<< ($pass)" <<< $pass
try {
ssh $"admin@silvers.fun" $"echo '($pass)' | sudo -S -u git git init --bare ~/($repo_name).git"
print $"Repository ($repo_name) created successfully!"
} catch {
print "Failed to create repository. Check your credentials and try again."
}
git init
git add .