/
Prepare build zone script for DU4
Prepare build zone script for DU4
#!/bin/bash
WORKSPACE=/export/home/du4
apt-get clean
apt-get autoclean
apt-get remove libiconv-dev -y
APTLIST="/tmp/apt_sources.list"
APTLISTETC="/etc/apt/sources.list"
apt-get install -y build-essential git dpkg-dev screen gmake
echo "" > $APTLIST
echo "deb [trusted=yes] http://192.168.0.2/dilos du4-prebuild main contrib non-free" >> $APTLIST
echo "deb-src [trusted=yes] http://192.168.0.2/dilos du4-prebuild main contrib non-free" 2>/dev/null >> $APTLIST
mv $APTLIST $APTLISTETC
rm -rf ${WORKSPACE} && mkdir -p ${WORKSPACE}
apt-get update -y
apt-get upgrade -y
env DEBIAN_FRONTEND=noninteractive apt-get install -y -f
env DEBIAN_FRONTEND=noninteractive apt-get install -y openssh-server
, multiple selections available,
Related content
Get dependencies script for DU4
Get dependencies script for DU4
More like this
DU4 local build script
DU4 local build script
Read with this
Prepare build zone script
Prepare build zone script
More like this
Components list for DU4
Components list for DU4
Read with this
DU2 build script
DU2 build script
More like this
Как построить локально билд DU4 на VM
Как построить локально билд DU4 на VM
Read with this