This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
# We use bash associative arrays indexed by the package name. | |
# | |
opkg status \* | { | |
declare -A packages | |
declare -A packages_depends | |
declare -A packages_skip |