diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-21 00:27:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-21 00:27:10 +0800 |
| commit | 8b1cbcb893b4618e4ea82df95d44f7b1a73bfa2b (patch) | |
| tree | e92697f1ab03a21d96147dfa9065c590bbe75c5a | |
| parent | 0b3c37a57aa344aa74c3da308fbe080b99de61be (diff) | |
Update Windows post-install script to use new filenames
| -rw-r--r-- | scripts/setup/windows/post_inst.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup/windows/post_inst.ps1 b/scripts/setup/windows/post_inst.ps1 index 4cb4772..d8013da 100644 --- a/scripts/setup/windows/post_inst.ps1 +++ b/scripts/setup/windows/post_inst.ps1 @@ -1,5 +1,5 @@ # Execute uninstall script, attempt to remove leftover PROFILE entries -. ".\uninst.ps1" +. ".\post_uninst.ps1" # Calculate directories $scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path @@ -7,7 +7,7 @@ $parentDir = Split-Path -Parent $scriptDir # Write configuration to PROFILE Add-Content -Path $PROFILE -Value "# JustEnoughVCS - Begin #" -Add-Content -Path $PROFILE -Value ". `"$parentDir\jv_cli.ps1`"" +Add-Content -Path $PROFILE -Value ". `"$parentDir\jvn.ps1`"" Add-Content -Path $PROFILE -Value "# JustEnoughVCS - End #" # Check dependencies, if OpenSSL is not found, show a prompt |
