comment out new ideas

This commit is contained in:
Stephen 2017-07-12 18:52:26 -07:00 committed by Fredrik Fornwall
parent 1889d8a4f9
commit b4d748da09
1 changed files with 7 additions and 7 deletions

View File

@ -311,15 +311,15 @@ termux_step_start_build() {
# TODO use apt and dpkg to install instead of building # TODO use apt and dpkg to install instead of building
# Add apt repository and key, update # Add apt repository and key, update
# TODO move this install to Dockerfile # TODO move this install to Dockerfile
sudo apt-get update && sudo apt-get install -y software-properties-common #sudo apt-get update && sudo apt-get install -y software-properties-common
sudo add-apt-repository "deb [arch=all,$TERMUX_ARCH] http://termux.net stable main" #sudo add-apt-repository "deb [arch=all,$TERMUX_ARCH] http://termux.net stable main"
cat $TERMUX_SCRIPTDIR/packages/apt/trusted.gpg | sudo apt-key add - #cat $TERMUX_SCRIPTDIR/packages/apt/trusted.gpg | sudo apt-key add -
sudo apt-get update && sudo dpkg --add-architecture $TERMUX_ARCH #sudo apt-get update && sudo dpkg --add-architecture $TERMUX_ARCH
#sudo apt-get -d install ${p}:${TERMUX_ARCH} #sudo apt-get -d install ${p}:${TERMUX_ARCH}
# TODO delete debug info # TODO delete debug info
echo "DEBUG" #echo "DEBUG"
ls -lah /var/cache/apt/archives #ls -lah /var/cache/apt/archives
echo "DEBUG" #echo "DEBUG"
# TODO figure out what the root is? # TODO figure out what the root is?
#sudo dpkg --root $TERMUX_PREFIX --configure -a #sudo dpkg --root $TERMUX_PREFIX --configure -a
#sudo dpkg --root $TERMUX_PREFIX -i /var/cache/apt/archives/${p}_*_${TERMUX_ARCH}.deb #sudo dpkg --root $TERMUX_PREFIX -i /var/cache/apt/archives/${p}_*_${TERMUX_ARCH}.deb