Sélectionner une révision Git
install.sh 294 o
#!/bin/bash
cd ../html
git clone https://github.com/maunium/stickerpicker.git stickertest
cd stickertest
exit 1
mv packs/* web/packs
cd web/packs
touch index.json
echo "{
\"homeserver_url\": \"https://matrix.iiens.net\",
\"packs\": [
\"scalar-privacy_pam.json\"
]
}
" >> index.json