mirror of https://gitlab.com/bashrc2/epicyon
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
# Upgrading Epicyon
|
||
|
|
||
|
After installation to subsequently upgrade:
|
||
|
|
||
|
cd /opt/epicyon
|
||
|
git pull
|
||
|
chown -R epicyon:epicyon *
|
||
|
systemctl restart epicyon
|