DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦b2a2c5dfa⟧ TextFile

    Length: 814 (0x32e)
    Types: TextFile
    Names: »Install«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Crystal/Install« 

TextFile

echo "Installing Crystal Cave adventure game .... Please wait"
if [ ! -d /usr/games ] ; then
	mkdir /usr/games
	chmod +rwx /usr/games
	chown root /usr/games
fi
if [ ! -d /usr/games/lib ] ; then
	mkdir /usr/games/lib
	chmod +rwx /usr/games/lib
	chown root /usr/games/lib
fi
if [ ! -d /usr/games/lib/crystal ] ; then
	mkdir /usr/games/lib/crystal
	chmod +rwx /usr/games/lib/crystal
	chown root /usr/games/lib/crystal
fi

ln crystal /usr/games/crystal
echo "Beware the Gruesome Balrog...."

uaupd -r Toybox -a Office Office

if [ -r $UA/Toybox ] ; then
	uaupd -r Crystal -a Toybox Toybox
else
	ln Toybox $UA/Toybox
	chmod 666 $UA/Toybox
fi

message -i "Crystal is now installed.  After logging out and back in, the selection will appear in your Toybox.\n\nPlease report bugs or problems to Kevin O'Gorman....thanks!"