Skip to content

Commit

Permalink
add mount and persistent on install and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Apr 11, 2024
1 parent 0627f9e commit a968402
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function luna_install() {
foreach (eqLogic::byType('luna') as $luna) {
$luna->save();
}
luna::mountSD();
luna::mountPersistent();
luna::patchLuna();
luna::switchHost();
luna::installLte();
Expand All @@ -57,8 +59,11 @@ function luna_update() {
foreach (eqLogic::byType('luna') as $luna) {
$luna->save();
}
luna::mountSD();
luna::mountPersistent();
luna::patchLuna();
luna::switchHost();
luna::installLte();
luna::installLora();

}

0 comments on commit a968402

Please sign in to comment.