We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c7b5e7 + 56b06c3 commit 724d686Copy full SHA for 724d686
wsl/roles/system/templates/bash_profile.j2
@@ -3,6 +3,7 @@ alias php81="sudo dnf module switch-to php:remi-8.1 -y"
3
alias php82="sudo dnf module switch-to php:remi-8.2 -y"
4
alias php83="sudo dnf module switch-to php:remi-8.3 -y"
5
alias php84="sudo dnf module switch-to php:remi-8.4 -y"
6
+alias php85="sudo dnf module switch-to php:remi-8.5 -y"
7
8
# Node.js version switcher commands
9
alias node18="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - && sudo dnf install nodejs -y"
0 commit comments