Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 authored Apr 2, 2024
1 parent 089ce8e commit 3aa4876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand All @@ -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');
}

0 comments on commit 3aa4876

Please sign in to comment.