mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Merge branch 'main' of github.com:lollipopkit/flutter_server_box
This commit is contained in:
@@ -272,7 +272,7 @@ class ServerProvider extends ChangeNotifier {
|
||||
|
||||
ensure(await client.run(ShellFunc.installerMkdirs).string);
|
||||
|
||||
ensure(await client.runWithSessionAction(ShellFunc.installerShellWriter,
|
||||
ensure(await client.runForOutput(ShellFunc.installerShellWriter,
|
||||
action: (session) async {
|
||||
session.stdin.add(ShellFunc.allScript.uint8List);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user