Skip to content
Extraits de code Groupes Projets
Valider 56ea94c1 rédigé par Miryuni's avatar Miryuni
Parcourir les fichiers

Comments and Fix dans install

parent 138b7c00
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
Repo regroupant les différents pack de stickers créés par les IIEns et les informations relatives aux stickers custom. Repo regroupant les différents pack de stickers créés par les IIEns et les informations relatives aux stickers custom.
## Avoir un meilleur sticker picker et des stickers perso ## Avoir un meilleur sticker picker et des stickers perso
1. Se connecter à son perso ou son site web (ssh nomArise@perso.iiens.net) 1. Se connecter à son perso ou son site web
```bash
ssh nomArise@perso.iiens.net
```
2. Cloner ce dépôt. 2. Cloner ce dépôt.
```bash ```bash
git clone git@git.iiens.net:Tigriz/matrix-stickers.git git clone git@git.iiens.net:Tigriz/matrix-stickers.git
......
#!/bin/bash #!/bin/bash
cd ../html # Clone the stickerpicker into the html repository
cd ~/html
git clone https://github.com/maunium/stickerpicker.git git clone https://github.com/maunium/stickerpicker.git
# Initialize the stickerpicker with the pack
# scalar-privacy_pam.json
cd stickerpicker cd stickerpicker
mv packs/* web/packs mv packs/* web/packs
cd web/packs cd web/packs
...@@ -13,4 +17,4 @@ echo "{ ...@@ -13,4 +17,4 @@ echo "{
] ]
} }
" >> index.json " >> index.json
echo "Created index.json in ~/html/stickerpicker/web/packs"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter