mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-05 08:27:16 -04:00
Rename "server" option to "headless"
This commit is contained in:
@@ -24,7 +24,7 @@ After running the script, it will ask you some questions about your desired conf
|
|||||||
# Supported Devices
|
# Supported Devices
|
||||||
Generic:
|
Generic:
|
||||||
|
|
||||||
- Most x86_64 desktops, laptops, and servers
|
- Most x86_64 desktops and laptops
|
||||||
|
|
||||||
Special:
|
Special:
|
||||||
|
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ fi
|
|||||||
# disable kernel watchdog
|
# disable kernel watchdog
|
||||||
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
||||||
|
|
||||||
|
# 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
|
||||||
fi
|
fi
|
||||||
|
|||||||
+2
-2
@@ -3,14 +3,14 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated december 07, 2023 \(rev. A\)
|
echo last updated december 07, 2023 \(rev. B\)
|
||||||
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"
|
||||||
read -n 1 -s -r -p 'Press any key to continue'
|
read -n 1 -s -r -p 'Press any key to continue'
|
||||||
|
|
||||||
# start questions
|
# start questions
|
||||||
echo -e '\nspecial devices:\n1. asus zephyrus g14 (2020)\ngeneric:\n2. laptop\n3. desktop\n4. server\n'
|
echo -e '\nspecial devices:\n1. asus zephyrus g14 (2020)\ngeneric:\n2. laptop\n3. desktop\n4. headless\n'
|
||||||
read -n 1 -r -p "formfactor: " formfactor
|
read -n 1 -r -p "formfactor: " formfactor
|
||||||
|
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user