MFS.
This commit is contained in:
parent
7cbb70b303
commit
b42cb34552
8
release/scripts/compat22-install.sh
Executable file
8
release/scripts/compat22-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 compat22.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user