summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-09-26 15:30:40 -0700
committerelijah <elijah@riseup.net>2014-09-26 15:30:40 -0700
commit8e0565b8238f68732344f8f9bc6eda0a6ce61a47 (patch)
tree0bb6ffd1fb889dc9f6de4ed9e79865e3718c7730 /sync.sh
parent87b28dbe2e09ab507ce0ce0acad2e260647481b0 (diff)
imported latest dl.bitmask.net pages
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