Browse Source

Lint

content-update
xpetit 4 years ago
parent
commit
bf3accc130
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -106,7 +106,7 @@ echo 'GRUB_TIMEOUT=0' >> /etc/default/grub
update-grub
apt-get -y purge apparmor exim\*
for i in $(seq 0 $(nproc --ignore 1)); do
for i in $(seq 0 "$(nproc --ignore 1)"); do
echo "devices/system/cpu/cpu${i}/cpufreq/scaling_governor = performance" >> /etc/sysfs.conf
done

Loading…
Cancel
Save