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
|
# Add all changes to git and and push
|
||||||
echo ">>> Pushing to git..... "
|
echo ">>> Pushing to git..... "
|
||||||
git add keys/hosts/`hostname`.asc
|
git add keys/hosts/`hostname`.asc
|
||||||
git -c commit.gpgsign=false commit
|
git -c commit.gpgsign=false commit -am "Setup: `hostname`"
|
||||||
git commit -am "Setup: `hostname`"
|
|
||||||
git push
|
git push
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
@ -51,4 +50,4 @@ echo
|
||||||
echo
|
echo
|
||||||
echo ">>> Reminder: Upload these changes to git"
|
echo ">>> Reminder: Upload these changes to git"
|
||||||
|
|
||||||
popd
|
popd || exit
|
||||||
|
|
Loading…
Reference in a new issue