Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contact_links:
url: https://bugzilla.kernel.org/
about: If you are using upstream Linux kernel
- name: Issue with armbian-config
url: https://github.com/armbian/config/issues/new
url: https://github.com/armbian/configng/issues/new
about: Utility for configuring your board, adjusting services and installing applications.
- name: Issue with infrastructure
url: https://github.com/armbian/mirror/issues/new
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/host/basic-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
function prepare_host_basic() {

# command:package1 package2 ...
# list of commands that are neeeded:packages where this command is
# list of commands that are needed:packages where this command is
local check_pack install_pack
local checklist=(
"dialog:dialog"
Expand Down