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;
|
||||
patchFile="$(realpath -m valhalla.patch)";
|
||||
. ./template-path.sh;
|
||||
cp -r "$(templatePath)"/* ..
|
||||
|
||||
if [ -f "$patchFile" ];
|
||||
then
|
||||
pushd .. > /dev/null;
|
||||
git apply "$patchFile";
|
||||
git apply --directory=archiso "$patchFile";
|
||||
popd > /dev/null;
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue