mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 21:06:27 -04:00
Change system+login shell to Dash, add zsh and configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
for CPU in $(seq 0 $(($(nproc) - 1))); do
|
||||
echo $1 > /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
|
||||
printf $1 > /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
|
||||
cat /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user