non important commit

This commit is contained in:
maxstrb 2025-09-26 18:28:17 +02:00
parent de3ca3f82c
commit 9603dedfcd

View file

@ -52,8 +52,8 @@
print "Enter server password:" print "Enter server password:"
let pass = (input --suppress-output) let pass = (input --suppress-output)
ssh $"admin@silvers.fun" $"echo '($pass)' | sudo -S -u git git init --bare ~/($repo_name).git" ssh $"admin@silvers.fun" $"echo '($pass)' | sudo -S -u git git init --bare ~/($name).git"
print $"Repository ($repo_name) created successfully!" print $"Repository ($name) created successfully!"
git init git init
git add . git add .