Merge branch 'main' of git.mylloon.fr:Anri/confOS

This commit is contained in:
Mylloon 2024-10-08 19:43:36 +02:00
commit 0388bc1768
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 7 additions and 3 deletions

View file

@ -15,7 +15,7 @@
# sudo_command = "sudo" # sudo_command = "sudo"
# Disable specific steps - same options as the command line flag # 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 for these steps
# ignore_failures = ["powershell"] # ignore_failures = ["powershell"]
@ -89,6 +89,7 @@ no_self_update = true
[commands] [commands]
# "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter" # "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
# "Custom command using interactive shell (unix)" = "-i vim_upgrade" # "Custom command using interactive shell (unix)" = "-i vim_upgrade"
"My configuration" = "cd ~/confOS; make"
[python] [python]

View file

@ -58,7 +58,7 @@ function main {
gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \ gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \ epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \
gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-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 == # === Disable wayland ==
@ -406,6 +406,10 @@ function main {
sudo sed -i "s/#HandleLidSwitchDocked=ignore/HandleLidSwitchDocked=ignore/g" /etc/systemd/logind.conf 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 :" 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 "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." echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."

View file

@ -132,7 +132,6 @@
"gnome-shell-extension-desktop-icons-ng", "gnome-shell-extension-desktop-icons-ng",
"libreoffice-fresh", "libreoffice-fresh",
"trash-cli", "trash-cli",
"power-profiles-daemon",
"jdk-openjdk", "jdk-openjdk",
"texlive-fontsrecommended", "texlive-fontsrecommended",
"texlive-fontsextra", "texlive-fontsextra",