Browse Source

Update 'src/freedombone-utils-repos'

free 6 years ago
parent
commit
af57ad6780
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-repos

+ 1
- 1
src/freedombone-utils-repos View File

27
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
27
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
28
 
28
 
29
 # The Debian package repository to use.
29
 # The Debian package repository to use.
30
-DEBIAN_REPO="ftp.us.debian.org"
30
+DEBIAN_REPO="deb.debian.org"
31
 
31
 
32
 function create_repo_sources {
32
 function create_repo_sources {
33
     if [[ $(is_completed "${FUNCNAME[0]}") == "1" ]]; then
33
     if [[ $(is_completed "${FUNCNAME[0]}") == "1" ]]; then