In 'small' GRML utils nmap, curl, ifdata are missing so replace them with another ones and install required packages for installcd in one place. Change-Id: I7269bb53b66805c792f5e91ff97a2fd2ebd14d1fchanges/38/20338/4
parent
036e84fbe6
commit
d15f0387a3
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "Updating list of packages..."
|
||||||
|
apt-get update 1>/dev/null
|
||||||
|
echo "Installing required packages..."
|
||||||
|
apt-get install --assume-yes \
|
||||||
|
isomd5sum
|
Loading…
Reference in new issue