Bring these up-to-date with Peter's compat distribution changes.
This commit is contained in:
parent
13608f6661
commit
03b1ba77c3
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat1x.tgz -C /
|
||||
cat compat1x.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat20.tgz -C /
|
||||
cat compat20.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
@ -4,5 +4,5 @@ if [ "`id -u`" != "0" ]; then
|
||||
echo "Sorry, this must be done as root."
|
||||
exit 1
|
||||
fi
|
||||
tar --unlink -xpzf compat21.tgz -C /
|
||||
cat compat21.?? | tar --unlink -xpzf - -C /
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user