diff --git a/plugin_info/install.php b/plugin_info/install.php index c9c81c0..5dcd636 100644 --- a/plugin_info/install.php +++ b/plugin_info/install.php @@ -38,6 +38,8 @@ function atlas_install() { $atlas->save(); } + exec('sudo systemctl stop networking'); + exec('sudo systemctl disable networking'); exec($cmdArmBian); exec('apt-get update'); } @@ -59,6 +61,8 @@ function atlas_update() { $atlas->save(); } + exec('sudo systemctl stop networking'); + exec('sudo systemctl disable networking'); exec($cmdArmBian); exec('apt-get update'); }