Explorar o código

actually maybe install netstat

Kablersalat hai 9 meses
pai
achega
746c592645
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      kiosk.sh

+ 2 - 2
kiosk.sh

@@ -16,13 +16,13 @@ execute_command() {
 # Function to install necessary packages for Debian
 install_packages_debian() {
   echo "Starting Package installation on Debian. Please check the terminal output."
-  sudo apt-get update && sudo apt-get install -y chromium tightvncserver xorg x11-xserver-utils unclutter openbox xdotool vnstat x11vnc
+  sudo apt-get update && sudo apt-get install -y net-tools chromium tightvncserver xorg x11-xserver-utils unclutter openbox xdotool vnstat x11vnc
 }
 
 # Function to install necessary packages for Raspberry Pi OS Lite
 install_packages_raspberry() {
   echo "Starting Package installation on Raspberry Pi OS Lite. Please check the terminal output."
-  sudo apt-get update && sudo apt-get install -y chromium-browser tightvncserver xorg x11-xserver-utils unclutter openbox xdotool vnstat x11vnc
+  sudo apt-get update && sudo apt-get install -y net-tools chromium-browser tightvncserver xorg x11-xserver-utils unclutter openbox xdotool vnstat x11vnc
   sudo ln -s /usr/bin/chromium-browser /usr/bin/chromium
 }