non important commit

This commit is contained in:
maxstrb 2025-09-26 18:24:12 +02:00
parent d33bfc0998
commit de3ca3f82c

View file

@ -52,12 +52,8 @@
print "Enter server password:"
let pass = (input --suppress-output)
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 .