Skip to content

Instantly share code, notes, and snippets.

@toanalien
Last active June 13, 2019 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toanalien/a985c65fa43814c8b9799baebadf46c8 to your computer and use it in GitHub Desktop.
Save toanalien/a985c65fa43814c8b9799baebadf46c8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# chmod +x netselect-apt.sh
# sudo netselect-apt.sh
rm -rf netselect*.deb
wget http://ftp.us.debian.org/debian/pool/main/n/netselect/netselect_0.3.ds1-28+b1_amd64.deb
sudo dpkg -i netselect_0.3.ds1-28+b1_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/n/netselect/netselect-apt_0.3.ds1-28_all.deb
sudo dpkg -i netselect-apt_0.3.ds1-28_all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment