update installer

Took 9 minutes
This commit is contained in:
Tobias Hopp 2023-02-03 12:02:10 +01:00
parent 7d773c7d1c
commit de1a2641f7

View File

@ -169,15 +169,15 @@ fi
if ! grep -w "boot_delay=0" /boot/config.txt; then
echo "boot_delay=0" >>/boot/config.txt
fi
if ! grep -w "over_voltage=6" /boot/config.txt; then
echo "over_voltage=6" >>/boot/config.txt
fi
if ! grep -w "arm_freq=1300" /boot/config.txt; then
echo "arm_freq=1300" >>/boot/config.txt
fi
if ! grep -w "gpu_freq=700" /boot/config.txt; then
echo "gpu_freq=700" >>/boot/config.txt
fi
#if ! grep -w "over_voltage=6" /boot/config.txt; then
# echo "over_voltage=6" >>/boot/config.txt
#fi
#if ! grep -w "arm_freq=1300" /boot/config.txt; then
# echo "arm_freq=1300" >>/boot/config.txt
#fi
#if ! grep -w "gpu_freq=700" /boot/config.txt; then
# echo "gpu_freq=700" >>/boot/config.txt
#fi
echo "Setting no-logo..."
systemctl disable getty@tty1.service