main
bashrc 2026-05-06 19:40:50 +01:00
parent fb594afe77
commit 7d03dcf40b
2 changed files with 3 additions and 1 deletions

View File

@ -4,5 +4,6 @@ if [ -d /etc/epicyon ]; then
else
cd /opt/epicyon || exit 0
fi
git stash
git remote set-url origin https://gitlab.com/bashrc2/epicyon.git
git checkout main

View File

@ -1,5 +1,6 @@
#!/bin/bash
git stash
git pull
chown -R epicyon:epicyon *
chmod 644 *.py
systemctl restart epicyon
systemctl restart epicyon