need a sources.list and resolv.conf to install shit
[www.git] / tutorials / debian_on_samsung_galaxy.shtml
index 1354189889134e373882e834a094e9be7a6cc3d4..07ebac2a89ed3026a30cb7bc86dfcd5d41fef4ad 100644 (file)
@@ -274,6 +274,9 @@ dependency issues have been resolved, and everything in
 </p>
 
 <code>
+# echo 'deb http://ftp.debian-ports.org/debian unstable main' >/etc/apt/sources.list<br>
+# echo 'nameserver 8.8.8.8' >/etc/resolv.conf<br>
+# aptitude update<br>
 # aptitude install '~prequired|~pimportant|~pstandard'
 </code>