mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Adding few packages
for making chroot environment also within 19.04
This commit is contained in:
@@ -39,7 +39,7 @@ create_chroot()
|
||||
display_alert "Creating build chroot" "$release/$arch" "info"
|
||||
local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc"
|
||||
# perhaps a temporally workaround
|
||||
[[ $release == buster ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl"
|
||||
[[ $release == buster || $release == disco ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl"
|
||||
if [[ $NO_APT_CACHER != yes ]]; then
|
||||
local mirror_addr="http://localhost:3142/${apt_mirror[$release]}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user