ソースを参照

Update 'src/freedombone-utils-repos'

free 6 年 前
コミット
af57ad6780
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-utils-repos

+ 1
- 1
src/freedombone-utils-repos ファイルの表示

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