uucpconfig/update.sh

14 lines
192 B
Bash
Raw Normal View History

2019-02-28 16:31:58 +00:00
#!/bin/bash
cd $HOME/uucp
git pull
echo "Updating git"
cp ~/uucp/ssh/authorized_keys ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts ~/.ssh/authorized_keys
echo "Updating SSH Files"