summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setup/windows/post_inst.ps14
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