Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change set_safe_boot with improved function armbian_fw_manipulate #57

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

igorpecovnik
Copy link
Member

@igorpecovnik igorpecovnik commented Sep 4, 2024

Description

It extends functionality to reload packages too

Testing Procedure

Manual tests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have ensured that my changes do not introduce new warnings or errors
  • No new external dependencies are included
  • Changes have been tested and verified
  • I have included necessary metadata in the code, including associative arrays

@igorpecovnik igorpecovnik force-pushed the improve-function branch 5 times, most recently from 9dcaeb3 to 6a242c2 Compare September 4, 2024 20:18
It extends functionality to reload packages too
@@ -82,13 +82,24 @@ case "$1" in
exit 0
;;
"--api")
if [[ $EUID != 0 ]]; then
if [[ $EUID != 0 ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can test with --api now

sudo armbian-configng --api armbian_fw_manipulate hold/unhold tested and working.
armbian-configng" --api armbian_fw_manipulate reinstall does its namesake

@Tearran Tearran merged commit b83338e into main Sep 5, 2024
1 check passed
@dimitry-ishenko dimitry-ishenko deleted the improve-function branch December 11, 2024 05:32
@dimitry-ishenko dimitry-ishenko restored the improve-function branch December 11, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants