arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

Some of your Debian mirrors are down #295

Closed xxhjkl closed 6 years ago

xxhjkl commented 6 years ago

root@debian:~# bash -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/arakasi72/rtinst/master/rtsetup)" Already using the latest version, rtinst v1.5.4 Do you wish to reinstall rtinst y/n? y Installing rtinst v1.5.4 Installation complete

You can now run rtinst and the additional supporting scripts root@debian:~# rtinst -dt Debian GNU/Linux 8.10 (jessie)

Checking the web sites we will need are accessible Checking Debian mirrors http://httpredir.debian.org/debian: FAIL http://security.debian.org/: OK http://httpredir.debian.org/debian: FAIL

Checking major 3rd party components Rtorrent: OK xmlrpc-c: OK RuTorrent: OK Autodl-irssi: OK Some of your Debian mirrors are down, try again later root@debian:~#

I am already using the latest version, rtinst v1.5.4.

xxhjkl commented 6 years ago

I try to edit the file /etc/apt/sources.list open it and find: "deb-src http://httpredir.debian.org/debian jessie main"

then add a "/" to the end of url,like this

"deb-src http://httpredir.debian.org/debian/ jessie main"

Then the problem solved.