summaryrefslogtreecommitdiffstats
path: root/release/scripts/info-install.sh
blob: 7248df6a01e253c3b2a7a9e5ad869fa37e7f0317 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
if [ "`id -u`" != "0" ]; then
	echo "Sorry, this must be done as root."
	exit 1
fi
cat info.?? | tar --unlink -xpzf - -C /
exit 0
OpenPOWER on IntegriCloud