⚙️ Installation
You can install dotload
using the following package managers:
apt (PPA) (Reccomended) ✅
You will also receive further updates with this method
sudo add-apt-repository ppa:salumin/tools
sudo apt update
sudo apt install dotload
With install.sh
With this method, you can install dotload on almost any system, including Termux
📥 Install:
curl -sL https://raw.githubusercontent.com/okineadev/dotload/main/install.sh | bash
🗑️ Uninstall:
sudo rm $PREFIX/bin/dotload && hash -r
ℹ️ Note: If you want to remove this tool from Termux, you need to run the above command without
sudo
Snap ⚠️
⚠️ WARNING: The snap version of the package may not work with custom installation scripts
curl -O https://github.com/okineadev/dotload/releases/download/v1.1.0/dotload_1.1.0_all.snap
sudo snap install dotload_1.1.0_all.snap --dangerous
This snap pack is for gourmets only :)
I do not recommend using it
Or you can run without installation on any OS with this command:
bash <(curl -sL https://github.com/okineadev/dotload/releases/latest/download/dotload) @<username>