mirror of https://gitlab.com/bashrc2/epicyon
stash
parent
fb594afe77
commit
7d03dcf40b
|
|
@ -4,5 +4,6 @@ if [ -d /etc/epicyon ]; then
|
||||||
else
|
else
|
||||||
cd /opt/epicyon || exit 0
|
cd /opt/epicyon || exit 0
|
||||||
fi
|
fi
|
||||||
|
git stash
|
||||||
git remote set-url origin https://gitlab.com/bashrc2/epicyon.git
|
git remote set-url origin https://gitlab.com/bashrc2/epicyon.git
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
git stash
|
||||||
git pull
|
git pull
|
||||||
chown -R epicyon:epicyon *
|
chown -R epicyon:epicyon *
|
||||||
chmod 644 *.py
|
chmod 644 *.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue