Changeset 234 for 64studio/trunk/utils
- Timestamp:
- 09/01/07 11:59:30 (15 months ago)
- Files:
-
- 1 modified
-
64studio/trunk/utils/64studio-config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
64studio/trunk/utils/64studio-config
r209 r234 48 48 fi 49 49 50 # Comment the cdrom source, we installed everything51 if [ -e /etc/apt/sources.list ]; then52 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list53 fi54 55 50 # If network is available, run apt-get update, otherwise 56 51 # comment the source list … … 61 56 if route -n | grep -q ^0.0.0.0; then 62 57 apt-get update || sed -i -e 's/^deb /#deb /g' $APT_SOURCE 58 59 # Comment the cdrom source, we install from the internet 60 if [ -e /etc/apt/sources.list ]; then 61 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 62 fi 63 63 else 64 64 sed -i -e 's/^deb /#deb /g' $APT_SOURCE
