diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-20 18:49:40 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-04-20 18:49:40 +0200 |
commit | b6d41b997504734609ae873a0a398a7e41662f75 (patch) | |
tree | 1b4d8f6799bd85319f1f8e586eb36e6a721e8f92 | |
parent | 7bb77c238ba50b73ba8efad39f2a22b1517a2eff (diff) | |
download | hrmpf-b6d41b997504734609ae873a0a398a7e41662f75.tar.gz hrmpf-b6d41b997504734609ae873a0a398a7e41662f75.tar.xz hrmpf-b6d41b997504734609ae873a0a398a7e41662f75.zip |
add libressl-netcat v20160420
-rw-r--r-- | hrmpf.packages | 3 | ||||
-rw-r--r-- | mklive.sh.in | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hrmpf.packages b/hrmpf.packages index 1f4bb3d..34c379e 100644 --- a/hrmpf.packages +++ b/hrmpf.packages @@ -66,8 +66,9 @@ iptraf-ng iputils iw ldns -liboping lft +liboping +libressl-netcat miniupnpc miruo mosh diff --git a/mklive.sh.in b/mklive.sh.in index c54b3be..cf1011f 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -136,6 +136,7 @@ install_packages() { xbps-alternatives -r $ROOTFS -s dash xbps-alternatives -r $ROOTFS -s inetutils-hostname xbps-alternatives -r $ROOTFS -s ex-vi + xbps-alternatives -r $ROOTFS -s libressl-netcat xbps-alternatives -r $ROOTFS -l >installed.alternatives if [ -x installer.sh ]; then |