diff --git a/bucket/freefilesync.json b/bucket/freefilesync.json index 1142672..2aafe4a 100644 --- a/bucket/freefilesync.json +++ b/bucket/freefilesync.json @@ -9,8 +9,7 @@ "url": "https://freefilesync.org/download/FreeFileSync_14.0_Windows_Setup.exe", "hash": "1c5dba00b0f330586c1dfc93eabdd882ea1b3f55a6f846025b9ddb017acb9437", "post_install": [ - "echo \" -Needs interaction. Make sure to change the install path to '$HOME\\scoop\\apps\\freefilesync\\current'\"", + "echo \"Needs interaction. Make sure to change the install path to '$HOME\\scoop\\apps\\freefilesync\\current'\"", "Start-Process \"$dir\\setup.exe\" -Wait -Verb RunAs | Out-Null", "Remove-Item \"$dir\\setup.exe\"" ],