mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Bugfix / typo
This commit is contained in:
@@ -97,7 +97,7 @@ if [[ "$1" == docker && -f /etc/debian_version && -z "$(which docker)" ]]; then
|
||||
echo "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | awk '{print tolower($0)}') $(lsb_release -cs) edge" > /etc/apt/sources.list.d/docker.list
|
||||
|
||||
# minimal set of utilities that are needed for prep
|
||||
packages = ("curl" "gnupg" "apt-transport-https")
|
||||
packages=("curl" "gnupg" "apt-transport-https")
|
||||
for i in "${packages[@]}"
|
||||
do
|
||||
[[ ! $(which $i) ]] && install_packages+=$i" "
|
||||
|
||||
Reference in New Issue
Block a user