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

Adjust software $json_data to match recent changes #339

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions bin/armbian-config
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ lib_dir="$script_dir/../lib/armbian-config"
doc_dir="$script_dir/../share/doc/armbian-config"
json_file="$lib_dir/config.jobs.json"

#
# Load The Bash procedure Objects
json_data=$(<"$json_file")

#
# Prepare the module options array
Expand All @@ -38,7 +35,7 @@ declare -A module_options

source "$lib_dir/config.functions.sh"
set_runtime_variables
check_distro_status
#check_distro_status
echo "Loaded Runtime variables..." #| show_infobox ;
#set_newt_colors 2
echo "Loaded Dialog..." #| show_infobox ;
Expand All @@ -53,8 +50,6 @@ echo "Loaded Software helpers..." #| show_infobox ;
#
# Loads the variables from beta armbian-config for runtime handling

source "$lib_dir/config.runtime.sh"
echo "Loaded Runtime conditions..." #| show_infobox ;

clear

Expand Down
28 changes: 0 additions & 28 deletions tools/json/config.help.json

This file was deleted.

2 changes: 1 addition & 1 deletion tools/json/config.software.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"menu": [
{
"id": "Software",
"id": "Software00",
"description": "Run/Install 3rd party applications",
"sub": [
{
Expand Down
Loading
Loading