From 5c8d447778f2f961d155da96eae75fecaef907c3 Mon Sep 17 00:00:00 2001 From: Miryuni <ercol@outlook.com> Date: Thu, 22 Oct 2020 18:16:57 +0200 Subject: [PATCH] Fix : install.sh --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index bc5c73e..98712e7 100755 --- a/install.sh +++ b/install.sh @@ -1,9 +1,8 @@ #!/bin/bash cd ../html -git clone https://github.com/maunium/stickerpicker.git stickertest -cd stickertest -exit 1 +git clone https://github.com/maunium/stickerpicker.git +cd stickerpicker mv packs/* web/packs cd web/packs touch index.json -- GitLab