Find images of Paw Print. Free for commercial use No attribution required High quality images. Paws Traces Animal. Paws-for-Trello-2.1.0.torrent Name: Paws for Trello Version: 2.1.0 Size: 52.23 MB Mac Platform: Intel Includes: Pre-K’ed OS version: 10.9 or higher 64 bit Whats new: Features:. Spellcheck will now underline words spelled incorrectly, based on.
#!/bin/bash |
# Your system should be 64 bits and check if the last version at https://github.com/danielchatfield/trello-desktop/ is 0.19 |
# If the current version is not 0.19 change the file name below accordingly |
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=1.0n Name=Trellon Exec=/usr/bin/trellon Icon=/opt/trello/resources/app/static/Icon.pngn Type=Applicationn Categories=Application' sudo tee /usr/share/applications/trello.desktop |
sudo chmod +x /usr/share/applications/trello.desktop |
# Taken from https://www.edivaldobrito.com.br/cliente-desktop-do-trello-no-linux/ |