mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-23 17:16:43 +07:00
Update for docker
This commit is contained in:
@@ -68,7 +68,6 @@ family_tweaks() {
|
||||
|
||||
chroot $SDCARD /bin/bash -c "apt-get -y -qq install usb-modeswitch tree dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
|
||||
#install_docker
|
||||
#install_balenaEtcher
|
||||
}
|
||||
|
||||
|
||||
@@ -54,7 +54,6 @@ family_tweaks_s() {
|
||||
chroot $SDCARD /bin/bash -c "rm /etc/profile.d/im-config_wayland.sh" # for adbd
|
||||
fi
|
||||
|
||||
install_docker
|
||||
install_balenaEtcher
|
||||
install_wiringop
|
||||
if [[ -f ${SDCARD}/etc/pulse/default.pa && ${SELECTED_CONFIGURATION} == desktop && ${BOARD} =~ orangepicm4|orangepi3b ]]; then
|
||||
|
||||
@@ -145,7 +145,6 @@ family_tweaks_s() {
|
||||
chroot $SDCARD /bin/bash -c "apt-get -y -qq install usb-modeswitch tree dnsmasq v4l-utils swig python3-dev python3-setuptools bluez libncurses-dev" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
|
||||
install_wiringop
|
||||
install_docker
|
||||
install_balenaEtcher
|
||||
|
||||
# Board audio specific changes
|
||||
|
||||
@@ -101,7 +101,6 @@ family_tweaks_s()
|
||||
fi
|
||||
|
||||
install_wiringop
|
||||
install_docker
|
||||
}
|
||||
|
||||
family_tweaks_bsp()
|
||||
|
||||
Reference in New Issue
Block a user