This commit is contained in:
j3d1 2020-01-29 14:40:46 +01:00
parent ffdfeb2f29
commit b316903495
5 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target

4
test/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd $(dirname $0)
pwd

View File

@ -2,6 +2,9 @@
function unbox_outer_stage(){
echo "-----------FIRST STAGE-----------"
apt install git dialog
if [ -e repo ]; then
(cd repo; git pull)
else