mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#135 opt.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 471;
|
||||
static const int build = 472;
|
||||
static const String engine = "3.10.6";
|
||||
static const String buildAt = "2023-08-13 22:48:32.724672";
|
||||
static const int modifications = 6;
|
||||
static const String buildAt = "2023-08-14 11:11:21.335805";
|
||||
static const int modifications = 2;
|
||||
}
|
||||
|
||||
@@ -5,8 +5,6 @@ const seperator = 'SrvBoxSep';
|
||||
const serverBoxDir = r'$HOME/.config/server_box';
|
||||
const shellPath = '$serverBoxDir/mobile_app.sh';
|
||||
|
||||
const echoPWD = 'echo \$PWD';
|
||||
|
||||
const statusCmds = [
|
||||
'cat /proc/net/dev && date +%s',
|
||||
'cat /etc/os-release | grep PRETTY_NAME',
|
||||
|
||||
Reference in New Issue
Block a user