Updates
This commit is contained in:
parent
f32450e041
commit
168e78f406
1 changed files with 2 additions and 3 deletions
|
@ -39,8 +39,7 @@ cat /home/albert/.ssh/id_ed25519.pub >> ./keys/ssh/keys.txt
|
|||
# Add all changes to git and and push
|
||||
echo ">>> Pushing to git..... "
|
||||
git add keys/hosts/`hostname`.asc
|
||||
git -c commit.gpgsign=false commit
|
||||
git commit -am "Setup: `hostname`"
|
||||
git -c commit.gpgsign=false commit -am "Setup: `hostname`"
|
||||
git push
|
||||
|
||||
echo
|
||||
|
@ -51,4 +50,4 @@ echo
|
|||
echo
|
||||
echo ">>> Reminder: Upload these changes to git"
|
||||
|
||||
popd
|
||||
popd || exit
|
||||
|
|
Loading…
Reference in a new issue