This commit is contained in:
j3d1 2020-01-29 14:46:56 +01:00
parent a410b9d97a
commit 7ac8e696f7

View file

@ -8,8 +8,8 @@ function unbox_outer_stage(){
if [ -e repo ]; then
(cd repo; git pull)
else
#git clone https://github.com/jed1/laptop-scripts.git
git clone https://github.com/busti/pt-surface.git repo
git clone https://github.com/jed1/laptop-scripts.git repo
#git clone https://github.com/busti/pt-surface.git repo
fi
if [[ ! -e repo/entry.sh ]]; then