non important commit
This commit is contained in:
parent
d33bfc0998
commit
de3ca3f82c
1 changed files with 54 additions and 58 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue