From 0fbb56d93b3b5d2df6c835be4a495c9f674bd633 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Thu, 10 Dec 2015 22:23:17 -0600 Subject: [PATCH] Use nodejs-legacy because sqlite3 is bad. --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index bb5c4b4..8e4fb32 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,3 +1,3 @@ -apt-get install git npm nodejs sqlite3 +apt-get install git npm nodejs-legacy sqlite3 npm install sh start.sh \ No newline at end of file