-
Enable PPA
sudo apt update sudo apt install software-properties-common apt-transport-https curl
-
Install apt-fast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # set -euxo pipefail | |
| # File: adbhostgen.sh | |
| # | |
| # Script to generate massive block lists for DD-WRT | |
| # | |
| # AUTHOR: Manish Parashar | |
| # | |
| # https://github.com/m-parashar/adbhostgen | |
| # https://gist.github.com/m-parashar/ee38454c27f7a4f4e4ab28249a834ccc |