summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.sh b/sync.sh
index 40e9a1f..11e1355 100755
--- a/sync.sh
+++ b/sync.sh
@@ -3,7 +3,7 @@
# Some of the pages used in bitmask.net are copies of pages used on dl.bitmask.net
# Run this to copy those pages from ../dl_bitmask_net.git
#
-for i in android linux mac windows
+for i in android linux mac windows signature-verification
do
rsync -rv --delete ../dl_bitmask_net/pages/$i/ pages/install/$i
done