update installer
Took 9 minutes
This commit is contained in:
parent
7d773c7d1c
commit
de1a2641f7
@ -169,15 +169,15 @@ fi
|
|||||||
if ! grep -w "boot_delay=0" /boot/config.txt; then
|
if ! grep -w "boot_delay=0" /boot/config.txt; then
|
||||||
echo "boot_delay=0" >>/boot/config.txt
|
echo "boot_delay=0" >>/boot/config.txt
|
||||||
fi
|
fi
|
||||||
if ! grep -w "over_voltage=6" /boot/config.txt; then
|
#if ! grep -w "over_voltage=6" /boot/config.txt; then
|
||||||
echo "over_voltage=6" >>/boot/config.txt
|
# echo "over_voltage=6" >>/boot/config.txt
|
||||||
fi
|
#fi
|
||||||
if ! grep -w "arm_freq=1300" /boot/config.txt; then
|
#if ! grep -w "arm_freq=1300" /boot/config.txt; then
|
||||||
echo "arm_freq=1300" >>/boot/config.txt
|
# echo "arm_freq=1300" >>/boot/config.txt
|
||||||
fi
|
#fi
|
||||||
if ! grep -w "gpu_freq=700" /boot/config.txt; then
|
#if ! grep -w "gpu_freq=700" /boot/config.txt; then
|
||||||
echo "gpu_freq=700" >>/boot/config.txt
|
# echo "gpu_freq=700" >>/boot/config.txt
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo "Setting no-logo..."
|
echo "Setting no-logo..."
|
||||||
systemctl disable getty@tty1.service
|
systemctl disable getty@tty1.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user