From 52510a1fe01e6bb47fc669c3a58d1d1bfc09ce1b Mon Sep 17 00:00:00 2001 From: ocogeclub Date: Sat, 6 Feb 2021 21:09:25 +0900 Subject: [PATCH] modified: installer/install.sh --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index c5d7349..22cff7b 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -8,7 +8,7 @@ sudo npm install -g n # install desktop entry cp -r ./files/share ~/.local/ # install binary files if exists -FILE = "./files/binary.zip" +FILE="./files/binary.zip" if [ -e $FILE ]; then unzip $FILE -d .. else