diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/profile/proteanos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index b9b41e3..61a8439 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -31,7 +31,7 @@ start() { log "Configuring packages" printf "disabled\n" >/etc/rc.policy - opkg install $(opkg list-installed | cut -d " " -f 1) + opkg install $(opkg list-installed | busybox cut -d " " -f 1) printf "enabled\n" >/etc/rc.policy rm -f "${SCRIPT}" } |