wip
This commit is contained in:
parent
ffdfeb2f29
commit
b316903495
5 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
target
|
4
test/run.sh
Executable file
4
test/run.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname $0)
|
||||||
|
pwd
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
function unbox_outer_stage(){
|
function unbox_outer_stage(){
|
||||||
echo "-----------FIRST STAGE-----------"
|
echo "-----------FIRST STAGE-----------"
|
||||||
|
|
||||||
|
apt install git dialog
|
||||||
|
|
||||||
if [ -e repo ]; then
|
if [ -e repo ]; then
|
||||||
(cd repo; git pull)
|
(cd repo; git pull)
|
||||||
else
|
else
|
Loading…
Reference in a new issue