rename install script
This commit is contained in:
parent
23eb425cc6
commit
dcb2fa3102
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ for ($i = 0; $i -lt $libcount; $i++) {
|
||||||
$GMODPath = $Install.path + "\\steamapps\\common\\GarrysMod";
|
$GMODPath = $Install.path + "\\steamapps\\common\\GarrysMod";
|
||||||
$AddonsPath = $GMODPath + "\\garrysmod\\addons";
|
$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;
|
$GMODConfirmation = Read-Host $_text;
|
||||||
|
|
||||||
if ($GMODConfirmation -eq 'y') {
|
if ($GMODConfirmation -eq 'y') {
|
Loading…
Reference in a new issue