mirror of https://github.com/aredn/aredn.git
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
|
#! /bin/sh
|
||
|
# Update the permanent package list so we can't uninstall any of the standard system
|
||
|
|
||
|
opkg list-installed | sed s/\ .*// > /etc/permpkg
|