arm: protect state after signal handler
[minix.git] / commands / postinstall / postinstall.sh
blobe831e0daf661b5715cfe06ee06fec910b4f8afcd
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."