epicyon/scripts/devrepo

5 lines
130 B
Bash
Executable File

#!/bin/bash
cd /etc/epicyon || exit 0
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
git checkout main