From 4763ef9ad6fe5738681b8cbc6aabdd85ac8704b5 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Sat, 19 Oct 2024 15:21:57 -0400 Subject: [PATCH] Update customize-image.sh --- userpatches/customize-image.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index 24a5460..ff47bb7 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -108,15 +108,15 @@ InstallpythonPackages() { echo "Install python Packages" - sudo apt-get install -y python3-pip - sudo apt-get install -y mergerfs - sudo apt-get install -y inotify-tools - sudo apt-get install -y python3-dbus - sudo apt-get install -y python3-rpi.gpio - sudo apt-get install -y python3-pexpect - sudo apt-get install -y python3-requests - sudo apt-get install -y python3-psutil - sudo apt-get install -y logrotate + apt-get install -y python3-pip + apt-get install -y mergerfs + apt-get install -y inotify-tools + apt-get install -y python3-dbus + apt-get install -y python3-rpi.gpio + apt-get install -y python3-pexpect + apt-get install -y python3-requests + apt-get install -y python3-psutil + apt-get install -y logrotate } # InstallpythonPackages