diff --git a/arch.sh b/arch.sh index 4d0f87d..3b27e43 100644 --- a/arch.sh +++ b/arch.sh @@ -413,6 +413,9 @@ main() { # Disable NetworkManager-wait-online.service because it add 8s at boot sudo systemctl disable NetworkManager-wait-online.service + # === Update NPM == + sudo npm i -g npm@latest + 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." diff --git a/arch_wsl.sh b/arch_wsl.sh index ca76df0..753e2d4 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -215,6 +215,9 @@ main() { sudo mkdir -p /usr/share/sounds/sf2 sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/ + # === Update NPM == + sudo npm i -g npm@latest + # === Clear useless packages pacman -Qqtd | sudo pacman --noconfirm -Rsn subsystemctl - 2> /dev/null || true