summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-15 20:24:24 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 22:55:48 +0100
commitd798346948aff01051c59261f739cb720c18f0a6 (patch)
tree21832c38363cbae6b74b29601a3492980d438bf4
parent4f43bd267e2f8d80c1860a4cda2ffb142bb2df99 (diff)
[pkg] rename to riseupVPN
-rw-r--r--pkg/bundle_riseupvpn_from_docker4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/bundle_riseupvpn_from_docker b/pkg/bundle_riseupvpn_from_docker
index 0c8f3163..4bac916e 100644
--- a/pkg/bundle_riseupvpn_from_docker
+++ b/pkg/bundle_riseupvpn_from_docker
@@ -23,7 +23,7 @@ echo "[+] CLONING REPO from $REPO [$BRANCH]"
rm -rf bitmaskbuild
git clone --depth 1 --single-branch --branch $BRANCH $REPO bitmaskbuild
cd bitmaskbuild
-RELEASE=anonvpn-`cat pkg/next-version`
+RELEASE=RiseupVPN-`cat pkg/next-version`
echo "[+] RELEASE: $RELEASE"
git fetch --tags
# uninstall bitmask-dev from base image and install bitmask-vpn
@@ -54,7 +54,7 @@ rm dist/${RELEASE}/lib/pysqlcipher._sqlite.so
rm dist/${RELEASE}/lib/libzmq-0576c57a.so.5.0.2
rm dist/${RELEASE}/lib/libsqlite3.so.0
-# rename entrypoint
+# rename entrypoint and put wrapper in place
echo "[+] Build and copy wrapper binary"
cd $HOME/bitmaskbuild/pkg/launcher && make
cd $HOME/bitmaskbuild