mirror of https://gitlab.com/bashrc2/epicyon
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
|
#!/bin/bash
|
||
|
cd /etc/epicyon || exit 0
|
||
|
git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git
|
||
|
git checkout main
|