fix: termux compatibility (#495)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-26 22:31:17 +08:00
committed by GitHub
parent ceedd86310
commit 5db1253ab8
9 changed files with 41 additions and 34 deletions

View File

@@ -23,6 +23,7 @@ enum ShellFunc {
static const scriptPath = '$scriptDir/$scriptFile';
static const String installShellCmd = """
mkdir -p $scriptDir
cat > $scriptPath
chmod 744 $scriptPath
""";