Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-08-10 20:57:15 -07:00
parent ad1535bd44
commit 2fbe02314c
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/ysf2y
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/raspberry.sh)"
###########################
echo install menu
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-aprs)"
@ -138,6 +139,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ufw
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ysf2ysf)"
############################
(crontab -l; echo "* */1 * * * sync ; echo 3 > /proc/sys/vm/drop_caches >/dev/null 2>&1")|awk '!x[$0]++'|crontab -
sudo systemctl enable gotty.service
sudo systemctl stop webproxy.service
@ -160,6 +162,7 @@ fi
# case : action en fonction du choix
case $choix in
1)
history -c && history -w
sudo reboot
;;
esac