kali corner case...
This commit is contained in:
@@ -135,7 +135,6 @@ function global-installPackages() {
|
|||||||
ncdu \
|
ncdu \
|
||||||
iftop \
|
iftop \
|
||||||
iotop \
|
iotop \
|
||||||
latencytop \
|
|
||||||
cockpit \
|
cockpit \
|
||||||
cockpit-bridge \
|
cockpit-bridge \
|
||||||
cockpit-doc \
|
cockpit-doc \
|
||||||
@@ -145,7 +144,6 @@ function global-installPackages() {
|
|||||||
cockpit-sosreport \
|
cockpit-sosreport \
|
||||||
cockpit-storaged \
|
cockpit-storaged \
|
||||||
cockpit-system \
|
cockpit-system \
|
||||||
cockpit-tests \
|
|
||||||
cockpit-ws \
|
cockpit-ws \
|
||||||
nethogs \
|
nethogs \
|
||||||
sysstat \
|
sysstat \
|
||||||
@@ -209,6 +207,15 @@ function global-installPackages() {
|
|||||||
apt -y install qemu-guest-agent
|
apt -y install qemu-guest-agent
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $KALI_CHECK -eq 0 ]];then
|
||||||
|
DEBIAN_FRONTEND="noninteractive" apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \
|
||||||
|
latencytop \
|
||||||
|
cockpit-tests
|
||||||
|
fi
|
||||||
|
|
||||||
|
latencytop \
|
||||||
|
cockpit-tests \
|
||||||
|
|
||||||
if [[ $IS_PHYSICAL_HOST -gt 0 ]]; then
|
if [[ $IS_PHYSICAL_HOST -gt 0 ]]; then
|
||||||
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \
|
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \
|
||||||
i7z \
|
i7z \
|
||||||
|
Reference in New Issue
Block a user