mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: termux compatibility (#495)
This commit is contained in:
@@ -23,6 +23,7 @@ enum ShellFunc {
|
||||
static const scriptPath = '$scriptDir/$scriptFile';
|
||||
|
||||
static const String installShellCmd = """
|
||||
mkdir -p $scriptDir
|
||||
cat > $scriptPath
|
||||
chmod 744 $scriptPath
|
||||
""";
|
||||
|
||||
Reference in New Issue
Block a user