Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
9a95567595
1 changed files with 4 additions and 0 deletions
4
arch.sh
4
arch.sh
|
@ -411,6 +411,10 @@ main() {
|
||||||
sudo ufw-docker install
|
sudo ufw-docker install
|
||||||
sudo systemctl restart ufw
|
sudo systemctl restart ufw
|
||||||
|
|
||||||
|
# === Optimizations ==
|
||||||
|
# Disable NetworkManager-wait-online.service because it add 8s at boot
|
||||||
|
sudo systemctl disable NetworkManager-wait-online.service
|
||||||
|
|
||||||
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."
|
||||||
|
|
Loading…
Reference in a new issue