Skip to content

Commit

Permalink
remove from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarvey committed Dec 23, 2024
1 parent dd28fdf commit c04e089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arkr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ int main(int argc, char *argv[]) {
throw runtime_error("Failed to run command: " + chmodcommand);
}
}
} else if (action==2) {
packlist.erase(remove(packlist.begin(), packlist.end(), argv[i]));
}
}
if (arkrjson["packages"]==packlist){
Expand Down

0 comments on commit c04e089

Please sign in to comment.