source:
trunk/minix/commands/scripts/postinstall.sh@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 404 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | echo -n "Would you like to install binary packages from the CD? (y/N) " |
3 | read y |
4 | if [ "$y" = y -o "$y" = Y ] |
5 | then echo "Ok, showing you a list of packages, please type y" |
6 | echo "for every package you want installed." |
7 | /usr/bin/packme |
8 | else echo "Ok, not installing binary packages." |
9 | fi |
10 | echo "Use the 'packme' command after rebooting MINIX to get another chance" |
11 | echo "to install binary packages." |
Note:
See TracBrowser
for help on using the repository browser.