From: Steven McDonald Date: Fri, 25 Nov 2011 11:46:53 +0000 (+1100) Subject: need a sources.list and resolv.conf to install shit X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=commitdiff_plain;h=c64a70263f57b6fbb1a145627134835f10c0ffa8 need a sources.list and resolv.conf to install shit --- diff --git a/tutorials/debian_on_samsung_galaxy.shtml b/tutorials/debian_on_samsung_galaxy.shtml index 1354189..07ebac2 100644 --- a/tutorials/debian_on_samsung_galaxy.shtml +++ b/tutorials/debian_on_samsung_galaxy.shtml @@ -274,6 +274,9 @@ dependency issues have been resolved, and everything in

+# echo 'deb http://ftp.debian-ports.org/debian unstable main' >/etc/apt/sources.list
+# echo 'nameserver 8.8.8.8' >/etc/resolv.conf
+# aptitude update
# aptitude install '~prequired|~pimportant|~pstandard'