Add script to install the compat3x distribution.
This commit is contained in:
parent
ac34a7a431
commit
d790bc7096
8
release/scripts/compat3x-install.sh
Executable file
8
release/scripts/compat3x-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 compat3x.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user