epicyon/scripts/devrepo

9 lines
188 B
Bash
Executable File

#!/bin/bash
if [ -d /etc/epicyon ]; then
cd /etc/epicyon || exit 0
else
cd /opt/epicyon || exit 0
fi
git remote set-url origin git@gitlab.com:bashrc2/epicyon.git
git checkout main