mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
modified: installer/install.sh
This commit is contained in:
parent
8dce73bac5
commit
52510a1fe0
@ -8,7 +8,7 @@ sudo npm install -g n
|
|||||||
# install desktop entry
|
# install desktop entry
|
||||||
cp -r ./files/share ~/.local/
|
cp -r ./files/share ~/.local/
|
||||||
# install binary files if exists
|
# install binary files if exists
|
||||||
FILE = "./files/binary.zip"
|
FILE="./files/binary.zip"
|
||||||
if [ -e $FILE ]; then
|
if [ -e $FILE ]; then
|
||||||
unzip $FILE -d ..
|
unzip $FILE -d ..
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user