XRT
XRT copied to clipboard
non interactive frontend installation
Hello could you force the non interactive way for installation in file src/runtime_src/tools/scripts/xrtdeps.sh please ?
Changing
apt-get install -y "${UB_LIST[@]}" to
DEBIAN_FRONTEND=noninteractive apt-get install -y "${UB_LIST[@]}"
thank you BR, Karim
Could you please explain how this will help? What difference it will make? Thanks
Hello scripting installation to get it automated , is a matter without it.
Br