mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -158,7 +158,7 @@ class ServerProvider extends BusyProvider {
|
||||
// after connected
|
||||
s.cs = ServerState.connected;
|
||||
final writeResult = await s.client!
|
||||
.run("echo '$shellCmd' > $shellPath && chmod +x $shellPath")
|
||||
.run(installShellCmd)
|
||||
.string;
|
||||
|
||||
// if write failed
|
||||
|
||||
Reference in New Issue
Block a user