Changeset 74 for 64studio/trunk/utils
- Timestamp:
- 04/18/07 13:21:40 (20 months ago)
- Location:
- 64studio/trunk/utils
- Files:
-
- 2 modified
-
64studio-config (modified) (1 diff)
-
64studio-upgrade (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
64studio/trunk/utils/64studio-config
r2 r74 48 48 fi 49 49 50 # Comment the cdrom source, we installed everything 51 if [ -e /etc/apt/sources.list ]; then 52 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 53 fi 54 50 55 # If network is available, run apt-get update, otherwise 51 56 # comment the source list -
64studio/trunk/utils/64studio-upgrade
r2 r74 1 1 #!/bin/sh 2 2 3 apt-get update 3 4 apt-get dist-upgrade -y 5 tasksel --new-install
