Skip to content

Instantly share code, notes, and snippets.

@NotJustAnna
Created January 6, 2020 22:22
Show Gist options
  • Save NotJustAnna/5e0efc9f1e484f3031d7c9bdd6448058 to your computer and use it in GitHub Desktop.
Save NotJustAnna/5e0efc9f1e484f3031d7c9bdd6448058 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://github.com/Racle/trello-desktop/releases/download/v0.2.0/Trello-linux-0.2.0.zip -O trello.zip
sudo mkdir /opt/trello
sudo unzip trello.zip -d /opt/trello/
sudo ln -sf /opt/trello/Trello /usr/bin/trello
echo -e '[Desktop Entry]\n Version=0.2.0\n Name=Trello\n Exec=/usr/bin/trello\n Icon=/opt/trello/resources/app/static/Icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/trello.desktop
sudo chmod +x /usr/share/applications/trello.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment