Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
41
ipkg install link
Guest on 29th April 2022 03:09:34 PM
#!/bin/sh
ipkg
install
-d
hdd
"$@"
|
tee
ipkg-install-link-temp
exec
<
ipkg-install-link-temp
while
read
Configuring PACKAGE ;
do
if
test
"
$Configuring
"
= Configuring ;
then
ipkg-link add
$PACKAGE
fi
done
rm
ipkg-install-link-temp
Raw Paste
#!/bin/sh ipkg install -d hdd "$@" | tee ipkg-install-link-temp exec
Login
or
Register
to edit or fork this paste. It's free.