diff --git a/wsl/roles/system/templates/bash_profile.j2 b/wsl/roles/system/templates/bash_profile.j2 index 1580923..46bda10 100644 --- a/wsl/roles/system/templates/bash_profile.j2 +++ b/wsl/roles/system/templates/bash_profile.j2 @@ -3,6 +3,7 @@ alias php81="sudo dnf module switch-to php:remi-8.1 -y" alias php82="sudo dnf module switch-to php:remi-8.2 -y" alias php83="sudo dnf module switch-to php:remi-8.3 -y" alias php84="sudo dnf module switch-to php:remi-8.4 -y" +alias php85="sudo dnf module switch-to php:remi-8.5 -y" # Node.js version switcher commands alias node18="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - && sudo dnf install nodejs -y"