diff options
Diffstat (limited to 'release/scripts/compat1x-install.sh')
-rwxr-xr-x | release/scripts/compat1x-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/compat1x-install.sh b/release/scripts/compat1x-install.sh index 0361157..e0df742 100755 --- a/release/scripts/compat1x-install.sh +++ b/release/scripts/compat1x-install.sh @@ -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 |