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