From 20ae98e4aeda7735339fd474465c69b1412c06d5 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Thu, 21 Nov 2024 12:30:23 +0200 Subject: [PATCH] oops Signed-off-by: alexmerlin --- wsl/os/almalinux9/roles/system/templates/bash_profile.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/wsl/os/almalinux9/roles/system/templates/bash_profile.j2 b/wsl/os/almalinux9/roles/system/templates/bash_profile.j2 index c1eae93..1580923 100644 --- a/wsl/os/almalinux9/roles/system/templates/bash_profile.j2 +++ b/wsl/os/almalinux9/roles/system/templates/bash_profile.j2 @@ -1,6 +1,4 @@ # PHP version switcher commands -alias php74="sudo dnf module switch-to php:remi-7.4 -y" -alias php80="sudo dnf module switch-to php:remi-8.0 -y" 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"