Actually update the repository
This commit is contained in:
parent
edd5060e71
commit
efc326bb21
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
patchFile="$(realpath -m valhalla.patch)";
|
patchFile="$(realpath -m valhalla.patch)";
|
||||||
. ./template-path.sh;
|
. ./template-path.sh;
|
||||||
|
cp -r "$(templatePath)"/* ..
|
||||||
|
|
||||||
if [ -f "$patchFile" ];
|
if [ -f "$patchFile" ];
|
||||||
then
|
then
|
||||||
pushd .. > /dev/null;
|
pushd .. > /dev/null;
|
||||||
git apply "$patchFile";
|
git apply --directory=archiso "$patchFile";
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue