Navigation Menu

Skip to content

Commit

Permalink
use Ubuntu host in Japan.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 25, 2010
1 parent fca6946 commit 5ac4a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apt/build-in-chroot.sh
Expand Up @@ -42,7 +42,9 @@ build_chroot()
run_sudo sed -i'' -e 's/us/jp/' $base_dir/etc/apt/sources.list
;;
*)
run_sudo sed -i'' -e 's/main$/main universe/' \
run_sudo sed -i'' \
-e 's,http://archive,http://jp.archive,' \
-e 's/main$/main universe/' \
$base_dir/etc/apt/sources.list
;;
esac
Expand Down

0 comments on commit 5ac4a36

Please sign in to comment.