Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanrubio/4ca10f5a6468fc12bcbed6bf01a7d8f7 to your computer and use it in GitHub Desktop.
Save juanrubio/4ca10f5a6468fc12bcbed6bf01a7d8f7 to your computer and use it in GitHub Desktop.
Tizonia's snap install script
#!/bin/bash
cd
sudo snap remove tizonia
sudo snap install --devmode ~/ubuntu/work/snap/tizonia_0.7.0_amd64.snap
tizonia
mkdir -p ~/snap/tizonia/x1/.config/tizonia
cp ~/tizonia.conf ~/snap/tizonia/x1/.config/tizonia/tizonia.conf
cp ~/.log4crc ~/snap/tizonia/x1/.log4crc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment