shorebirdtech / install

The Shorebird (un)installer ๐Ÿฆ
Other
22 stars 9 forks source link

Update install.ps1 #30

Open ShahanMalik opened 5 months ago

ShahanMalik commented 5 months ago

An error occurs because of this line: $force = $args -contains "--force". When I execute the command on Windows, it displays the error: "Error: Existing Shorebird installation detected. Use --force to overwrite." But when i use --force then it show another error and shorebird is not install. However, upon removing this line and replacing it with $force = $true, I can install Shorebird successfully on Windows by copying and pasting the command into PowerShell.

Description

Type of Change