Changeset 488
- Timestamp:
- 05/06/08 23:20:47 (3 months ago)
- Files:
-
- cdd-utils/trunk/cdd-config (modified) (3 diffs)
- cdd-utils/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/cdd-config
r486 r488 75 75 apt () { 76 76 if nullstr $1; then warning "no list given"; return 1; fi 77 list=/etc/apt/sources.list.d/$1.list 77 suite=$1 78 mother=$2 79 list=/etc/apt/sources.list.d/$suite.list 80 if ! exists $list; then 81 echo "deb http://apt.64studio.com/$suite/stable $mother main" > $list 82 fi 83 # Comment the cdrom source, we install from the internet 84 if [ -e /etc/apt/sources.list ]; then 85 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 86 fi 78 87 if ! [ -e /proc/net/route ]; then 79 88 mount /proc … … 81 90 if route -n | grep -q ^0.0.0.0; then 82 91 apt-get update > /dev/null 2>&1 83 # Comment the cdrom source, we install from the internet84 if [ -e /etc/apt/sources.list ]; then85 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list86 fi87 92 else 88 93 sed -i -e 's/^deb /#deb /g' $list … … 971 976 cdd-config qjackctl 972 977 cdd-config services cupsys avahi-daemon 978 cdd-config apt trinity hardy 973 979 974 980 # Various updates and fixes cdd-utils/trunk/debian/changelog
r486 r488 7 7 * Use actual arrows for Q1 keycodes 8 8 * Disable cupsys avahi-daemon in indamixx 9 * Set trinity APT 9 10 10 11 -- Free Ekanayaka <free@64studio.com> Sun, 27 Apr 2008 18:24:52 +0200
