mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 15:07:27 -04:00
Revert 8f69f93947
This commit is contained in:
@@ -108,8 +108,6 @@ echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
|||||||
# install powertop on laptops
|
# install powertop on laptops
|
||||||
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
|
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
|
||||||
pacman -S powertop --needed --noconfirm
|
pacman -S powertop --needed --noconfirm
|
||||||
echo -e "#!/bin/sh\npowertop --auto-tune &" > /etc/local.d/powertop.start
|
|
||||||
chmod 755 /etc/local.d/powertop.start
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set home directory permissions
|
# set home directory permissions
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated february 06, 2024 \(rev. B\)
|
echo last updated february 16, 2024 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user