diff --git a/static/install.ps1 b/static/install similarity index 99% rename from static/install.ps1 rename to static/install index 5508bd7..ec656fd 100644 --- a/static/install.ps1 +++ b/static/install @@ -301,7 +301,7 @@ for ($i = 0; $i -lt $libcount; $i++) { $GMODPath = $Install.path + "\\steamapps\\common\\GarrysMod"; $AddonsPath = $GMODPath + "\\garrysmod\\addons"; - $_text = "Do you want to install in this path? It will completely wipe the previous beatrun install if you had one! `n" + $GMODPath.replace('\\', '\') + " (y/n)"; + $_text = "Do you want to install in this path? It will completely wipe the previous Beatrun install if you had one! `n" + $GMODPath.replace('\\', '\') + " (y/n)"; $GMODConfirmation = Read-Host $_text; if ($GMODConfirmation -eq 'y') {