Add amf_return line to cpu install.sh

This commit is contained in:
maride 2017-09-06 16:00:40 +02:00
parent 17741369fd
commit 257067a67f

View File

@ -6,3 +6,5 @@ echo " Setting 'ondemand' governor"
arch-chroot /mnt cpupower frequency-set -g ondemand arch-chroot /mnt cpupower frequency-set -g ondemand
echo " Start cpupower on boot" echo " Start cpupower on boot"
arch-chroot /mnt systemctl enable cpupower arch-chroot /mnt systemctl enable cpupower
amf_return=0