skip deps checks
This commit is contained in:
parent
e01ec1c804
commit
0db8d3129c
1 changed files with 3 additions and 1 deletions
4
wsl.sh
4
wsl.sh
|
@ -103,7 +103,9 @@ function main {
|
||||||
|
|
||||||
|
|
||||||
# === Clear useless packages ==
|
# === Clear useless packages ==
|
||||||
pacman -Qqtd | sudo pacman --noconfirm -Rsn subsystemctl - 2> /dev/null ||:
|
fish -c "pacman-clean"
|
||||||
|
paru --noconfirm -Rsndd \
|
||||||
|
subsystemctl
|
||||||
|
|
||||||
echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)."
|
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 :"
|
echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :"
|
||||||
|
|
Loading…
Reference in a new issue