minor fix to ensure everything works
This commit is contained in:
parent
2dd7b1d919
commit
0625ad1dae
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
# preparation-scripts
|
|
@ -12,6 +12,6 @@ cd ..
|
||||||
# final
|
# final
|
||||||
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
|
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
|
||||||
cd ..
|
cd ..
|
||||||
tar -czvf deployment.tar.gz preparation-scripts/*
|
tar -czvf deployment.tar.gz -C preparation-scripts .
|
||||||
mkdir -p preparation-scripts/linux-deployment-scripts/downloads
|
mkdir -p preparation-scripts/linux-deployment-scripts/downloads
|
||||||
mv deployment.tar.gz preparation-scripts/linux-deployment-scripts/downloads
|
mv deployment.tar.gz preparation-scripts/linux-deployment-scripts/downloads
|
||||||
|
|
Loading…
Reference in a new issue