From 3e9e151ad9f7ee4828017f74ad4bccc7d3c22766 Mon Sep 17 00:00:00 2001 From: Payam Zahedi Date: Fri, 2 Feb 2024 12:46:18 +0100 Subject: [PATCH] add quiet mode on installer --- lib/service/remote_controller_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/remote_controller_service.dart b/lib/service/remote_controller_service.dart index 4abe3bb..e85d0f4 100644 --- a/lib/service/remote_controller_service.dart +++ b/lib/service/remote_controller_service.dart @@ -330,7 +330,7 @@ class RemoteControllerService { ipv6: ip.isIpv6, sshTarget: ip.sshTarget(username), lastCommand: true, - command: '$snappInstallerPath install', + command: '$snappInstallerPath install -q', addHostToKnownHosts: addHostToKnownHosts, ), processManager: processManager,