add subsystemctl
This commit is contained in:
parent
d6f7aebab2
commit
3c7fb3365b
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ main() {
|
|||
fish -c "fish_add_path /usr/bin/vendor_perl"
|
||||
|
||||
# === Clear useless packages
|
||||
pacman -Qqtd | sudo pacman --noconfirm -Rsn - 2> /dev/null || true
|
||||
pacman -Qqtd | sudo pacman --noconfirm -Rsn subsystemctl - 2> /dev/null || true
|
||||
|
||||
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