Install Dropcat

Install Dropcat

Dropcat v1

curl -OL h https://dropcat.org/dropcat.phar > dropcat.phar
chmod +x dropcat.phar
sudo mv dropcat.phar /usr/local/bin/dropcat
dropcat about

Dropcat v2

curl -OL h https://dropcat.org/dropcat2.phar > dropcat.phar
chmod +x dropcat.phar
sudo mv dropcat.phar /usr/local/bin/dropcat2
dropcat2 about

To update

Dropcat v1

To update, run dropcat self-update

Dropcat v2

Download the latest version from the website.