File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
then switch back to work with java15
12
12
- It's written in cmd and powershell so it can change the environment variables and can run on any Windows-10+.
13
13
14
- I hope you enjoy it
14
+ I hope you enjoy it. Please give me a star if you like my work. Thank you!
15
15
16
16
## Installation
17
17
1 ) ** Clone this repository**
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- rem #Check if powershell.exe is in path
3
+ rem # Check if powershell is in path
4
4
where /q pwsh.exe
5
5
IF ERRORLEVEL 1 (
6
6
where /q powershell.exe
@@ -15,7 +15,7 @@ IF ERRORLEVEL 1 (
15
15
set ps = pwsh.exe
16
16
)
17
17
18
- rem ps is the installred powershell
18
+ rem ps is the installed powershell
19
19
%ps% -executionpolicy remotesigned -File %~dp0 /src/jenv.ps1 %* --output
20
20
21
21
if exist jenv.home.tmp (
You can’t perform that action at this time.
0 commit comments