Skip to content

Commit 13072a8

Browse files
authored
Merge pull request #120 from dotkernel/issue-118
Issue #118: Add Node.js v24 instructions
2 parents 724d686 + 972b45c commit 13072a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wsl/roles/system/templates/bash_profile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ alias php85="sudo dnf module switch-to php:remi-8.5 -y"
99
alias node18="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - && sudo dnf install nodejs -y"
1010
alias node20="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash - && sudo dnf install nodejs -y"
1111
alias node22="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_22.x | sudo bash - && sudo dnf install nodejs -y"
12+
alias node24="sudo dnf remove nodejs -y && curl -fsSL https://rpm.nodesource.com/setup_24.x | sudo bash - && sudo dnf install nodejs -y"

0 commit comments

Comments
 (0)