fix SC2046
This commit is contained in:
parent
e3339a0a71
commit
90172d4771
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ then
|
|||
fish -c "set -Ux DEBUGINFOD_URLS https://debuginfod.archlinux.org"
|
||||
|
||||
# === Clear useless packages
|
||||
pacman -Rsn $(pacman -Qqtd) 2> /dev/null
|
||||
pacman -Rsn "$(pacman -Qqtd)" 2> /dev/null
|
||||
|
||||
echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)."
|
||||
echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :"
|
||||
|
|
Loading…
Reference in a new issue