diff --git a/vanilla_sideload/backend/types.py b/vanilla_sideload/backend/types.py index a2a8a98..887f211 100644 --- a/vanilla_sideload/backend/types.py +++ b/vanilla_sideload/backend/types.py @@ -67,7 +67,7 @@ def __format_size(size: int) -> Text: @property def install_cmd(self) -> Text: - return SideloadUtils.get_vso_cmd(f"sideload -- -y {self.path}") + return SideloadUtils.get_vso_cmd(f"sideload -- {self.path}") @property def install_cmd_as_list(self) -> List[Text]: