Navigation Menu

Skip to content

Commit

Permalink
package apt: use mirror at Japan
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 27, 2016
1 parent b805e3b commit a8a428e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apt/build-deb.sh
Expand Up @@ -18,6 +18,8 @@ run()
grep '^deb ' /etc/apt/sources.list | \
sed -e 's/^deb /deb-src /' > /etc/apt/sources.list.d/base-source.list

run sudo sed -i'' -e 's/httpredir/ftp.jp/g' /etc/apt/sources.list

run apt-get update
run apt-get install -y lsb-release

Expand Down

0 comments on commit a8a428e

Please sign in to comment.