Add an install file to go with this new distribution.
This commit is contained in:
parent
92746eca86
commit
b0add1b7c9
8
release/scripts/catpages-install.sh
Executable file
8
release/scripts/catpages-install.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
cat catpages.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user