Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-05 22:48:24 +00:00
parent a250e1e0df
commit 72b5c7a0cc
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ sudo swapoff -a
sudo rm /var/swap
sudo dphys-swapfile uninstall
sudo sed -i 's/CONF_SWAPSIZE=.*/CONF_SWAPSIZE=0/' /etc/dphys-swapfile
sudo apt-get install raspi-config -y
fi
#
######################################################################################################################