/
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
DU4 local build script
DU4 local build script
Read with this
Prepare build zone script
Prepare build zone script
More like this
DU2 build script
DU2 build script
More like this
DU4 zone development (dilos-userland)
DU4 zone development (dilos-userland)
More like this
How to make local build DU4 on VM environment
How to make local build DU4 on VM environment
More like this
Build depends for DU2
Build depends for DU2
More like this