Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
27
opkginstalllocalecs
Guest on 29th April 2022 03:07:00 PM
#!/bin/bash
opkg
install
$
(
opkg list_installed
|
sed
's/ .*/-locale-cs/'
)
>/
dev
/
null
Raw Paste
#!/bin/bash opkg install $(opkg list_installed | sed 's/ .*/-locale-cs/') >/dev/null
Login
or
Register
to edit or fork this paste. It's free.