epicyon/scripts/devrepo

9 lines
201 B
Plaintext
Raw Normal View History

2019-10-03 09:51:27 +00:00
#!/bin/bash
if [ -d /etc/epicyon ]; then
cd /etc/epicyon || exit 0
else
cd /opt/epicyon || exit 0
fi
2019-10-03 09:51:27 +00:00
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
2019-10-03 09:55:11 +00:00
git checkout main