Skip to content

Commit

Permalink
armbian-docker: change to portainer-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 3, 2022
1 parent c057ae8 commit 7539ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ copy_files() {
if [[ -n "${release_codename}" && -n "$(echo "${armbian_debian[@]}" | grep -w "${release_codename}")" ]]; then
sed -i "s|ubuntu|debian|g" ${tag_rootfs}/usr/sbin/armbian-docker
fi
[[ "${release_codename}" != "focal" ]] && sed -i "s|focal|${release_codename}|g" ${tag_rootfs}/usr/sbin/armbian-docker

# Processing partition files: bootfs
cd ${tag_bootfs}
Expand Down

0 comments on commit 7539ab7

Please sign in to comment.