fix cur dir
parent
82d748fdb8
commit
92252edfc9
|
|
@ -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"
|
||||
Loading…
Reference in New Issue