From dcf7bcc209c58929c175a10846a775e3d7ff4079 Mon Sep 17 00:00:00 2001 From: Miryuni <ercol@outlook.com> Date: Thu, 22 Oct 2020 23:02:46 +0200 Subject: [PATCH] Comments and Fix dans install --- install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 98712e7..dbd8cfb 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,11 @@ #!/bin/bash -cd ../html +# Clone the stickerpicker into the html repository +cd ~/html git clone https://github.com/maunium/stickerpicker.git + +# Initialize the stickerpicker with the pack +# scalar-privacy_pam.json cd stickerpicker mv packs/* web/packs cd web/packs @@ -13,4 +17,4 @@ echo "{ ] } " >> index.json - +echo "Created index.json in ~/html/stickerpicker/web/packs" -- GitLab