epicyon/scripts/devrepo

10 lines
202 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
2026-05-06 18:40:50 +00:00
git stash
2021-08-17 20:57:42 +00:00
git remote set-url origin https://gitlab.com/bashrc2/epicyon.git
2019-10-03 09:55:11 +00:00
git checkout main