summaryrefslogtreecommitdiffstats
path: root/releases
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-20 14:52:37 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-20 14:52:37 +0300
commit6117097a93bfb11c8bd4c87a23c44a50e22ceb87 (patch)
tree0c24db529a643ae16123b63cfc9c990a87790aa9 /releases
parentfee732dba1366931aec4f341f47f86d62ec21e8c (diff)
downloadwekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.tar.gz
wekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.tar.bz2
wekan-6117097a93bfb11c8bd4c87a23c44a50e22ceb87.zip
- Upgrade to Node 8.16.0
- Change git repo urls from git:// to https:// Thanks to xet7 !
Diffstat (limited to 'releases')
-rwxr-xr-xreleases/virtualbox/rebuild-wekan.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/releases/virtualbox/rebuild-wekan.sh b/releases/virtualbox/rebuild-wekan.sh
index 2ae28526..c5067844 100755
--- a/releases/virtualbox/rebuild-wekan.sh
+++ b/releases/virtualbox/rebuild-wekan.sh
@@ -4,8 +4,6 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally
echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
echo " You can still use any other locale as your main locale."
-#X64NODE="https://nodejs.org/dist/v8.14.1/node-v8.14.1-linux-x64.tar.gz"
-
function pause(){
read -p "$*"
}