Skip to content

Commit

Permalink
Update customize-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 19, 2024
1 parent 62d3616 commit 4763ef9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions userpatches/customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4763ef9

Please sign in to comment.