diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..5548dc0 --- /dev/null +++ b/update.sh @@ -0,0 +1,14 @@ +#!/bin/bash + + +cd $HOME/uucp +git pull + +echo "Updating git" + +cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys +cp ~/uucp/ssh/known_hosts ~/.ssh/known_hosts +chmod 644 ~/.ssh/known_hosts ~/.ssh/authorized_keys +echo "Updating SSH Files" + +