fix cur dir

pull/40/head
TomasM 2017-11-06 07:55:45 -05:00
parent 82d748fdb8
commit 92252edfc9
1 changed files with 2 additions and 0 deletions

View File

@ -12,8 +12,10 @@ tcpdump iptraf netcat ssh screen ncurses-term
apt-get remove --yes libicu* libperl* libxml2 mime-support perl perl-modules-5.24 sgml-base shared-mime-info xdg-user-dirs xml-core
ln -sf bash /bin/sh
CWD="$(pwd)"
cd /tmp
apt-get download acpi-support
dpkg -x acpi-support*.deb /tmp/acpisupport
cd /tmp/acpisupport
cp -aR * /
cd "$CWD"