Changes between Version 10 and Version 11 of ChrootSetup
- Timestamp:
- 02/03/09 23:00:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChrootSetup
v10 v11 178 178 # apt-get install language-pack-en # for locales 179 179 # apt-get install dh-make automake pbuilder lintian \ 180 wget devscripts sudo 180 wget devscripts sudo dput 181 181 # apt-get update 182 182 # apt-get install vim … … 211 211 }}} 212 212 213 * (optional) Set up the Ubuntu PPA upload configuration in your user's account: 214 {{{ 215 [parrot-ppa] 216 fqdn = ppa.launchpad.net 217 method = ftp 218 incoming = ~parrot-dev/ubuntu/ 219 login = anonymous 220 allow_unsigned_uploads = 0 221 }}} 222 213 223 * Done