mirror of https://gitlab.com/bashrc2/epicyon
stash
parent
fb594afe77
commit
7d03dcf40b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
git stash
|
||||
git pull
|
||||
chown -R epicyon:epicyon *
|
||||
chmod 644 *.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue