The most useful snap in the world
Started as a funny idea and ended with me not having permission to upload a snap with the name foo to the store.
Anyway you can install it locally:
Ensure you have Git installed, and clone the repository to your local machine from GitHub
git clone https://github.com/MariusQuabeck/foo-snap.git
cd
into the new directory
cd foo-snap
Install the snap (64-bit)
sudo snap install foo_0.1_amd64.snap --dangerous
Install the snap (32-bit)
sudo snap install foo_0.1_i386.snap --dangerous
Run the snap
foo
- Fix lolcat