From c62e66c36a70a72b9bf6b61090a0fa9bf740e836 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Mon, 5 Feb 2018 21:11:00 +1000 Subject: [PATCH] update setup to use bootstrap theme --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 127d315..23b3dd1 100755 --- a/setup.sh +++ b/setup.sh @@ -30,7 +30,7 @@ if [ ! -e ./magicka.strings ]; then fi if [ ! -e ./www ]; then - ln -s dist/www www + ln -s dist/www-bootstrap www fi if [ ! -e ./logs ]; then