wip
This commit is contained in:
parent
a410b9d97a
commit
7ac8e696f7
1 changed files with 2 additions and 2 deletions
4
unbox.sh
4
unbox.sh
|
@ -8,8 +8,8 @@ function unbox_outer_stage(){
|
||||||
if [ -e repo ]; then
|
if [ -e repo ]; then
|
||||||
(cd repo; git pull)
|
(cd repo; git pull)
|
||||||
else
|
else
|
||||||
#git clone https://github.com/jed1/laptop-scripts.git
|
git clone https://github.com/jed1/laptop-scripts.git repo
|
||||||
git clone https://github.com/busti/pt-surface.git repo
|
#git clone https://github.com/busti/pt-surface.git repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -e repo/entry.sh ]]; then
|
if [[ ! -e repo/entry.sh ]]; then
|
||||||
|
|
Loading…
Reference in a new issue