rename install script

This commit is contained in:
Jonny_Bro (Nikita) 2024-03-17 23:01:54 +05:00
parent 23eb425cc6
commit dcb2fa3102
No known key found for this signature in database
GPG key ID: 3F1ECC04147E9BD8

View file

@ -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') {