summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-10-01 15:28:13 +0200
committerTilo Spannagel <development@tilosp.de>2018-10-01 22:31:34 +0200
commita46493fbc4dfbc8e216ede5beb7b0137456f14da (patch)
tree48db8614d23f37aa09005e30b190ce55c4f80966 /update.sh
parentde7204ccda2d566bd851e25c0d427dcb5cdeeeae (diff)
Use exclude file for the updater
Signed-off-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 263935a7..16c1104c 100755
--- a/update.sh
+++ b/update.sh
@@ -85,6 +85,9 @@ function create_variant() {
cp "docker-$name.sh" "$dir/$name.sh"
done
+ # Copy the upgrade.exclude
+ cp upgrade.exclude "$dir/"
+
# Copy the config directory
cp -rT .config "$dir/config"