Compare commits
No commits in common. "45be4853b879c5bf91ce51359e82cae683105542" and "0388bc1768ffa0c111c083e51e1a35f1801c2909" have entirely different histories.
45be4853b8
...
0388bc1768
3 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
# sudo_command = "sudo"
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
disable = ["clam_av_db"]
|
||||
disable = ["clam_av_db", "auto_cpufreq"]
|
||||
|
||||
# Ignore failures for these steps
|
||||
# ignore_failures = ["powershell"]
|
||||
|
|
6
arch.sh
6
arch.sh
|
@ -58,7 +58,7 @@ function main {
|
|||
gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \
|
||||
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \
|
||||
gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin \
|
||||
nautilus-open-any-terminal hieroglyphic-bin
|
||||
nautilus-open-any-terminal hieroglyphic-bin auto-cpufreq
|
||||
|
||||
|
||||
# === Disable wayland ==
|
||||
|
@ -406,6 +406,10 @@ function main {
|
|||
sudo sed -i "s/#HandleLidSwitchDocked=ignore/HandleLidSwitchDocked=ignore/g" /etc/systemd/logind.conf
|
||||
|
||||
|
||||
# === Power management ==
|
||||
sudo systemctl enable --now auto-cpufreq
|
||||
|
||||
|
||||
printf "\nConcernant le Secure Boot, voici le tuto :"
|
||||
echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/"
|
||||
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
|
|
|
@ -132,7 +132,6 @@
|
|||
"gnome-shell-extension-desktop-icons-ng",
|
||||
"libreoffice-fresh",
|
||||
"trash-cli",
|
||||
"power-profiles-daemon",
|
||||
"jdk-openjdk",
|
||||
"texlive-fontsrecommended",
|
||||
"texlive-fontsextra",
|
||||
|
|
Loading…
Reference in a new issue