#!/bin/sh INSTALL_DIR=/etc/apt if [ ! -e /$INSTALL_DIR/sources.list ]; then echo Copying sources.list.. echo "deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free" >> $INSTALL_DIR/sources.list echo "deb-src http://harmattan-dev.nokia.com/ harmattan/sdk free" >> $INSTALL_DIR/sources.list echo "deb http://harmattan-dev.nokia.com/ harmattan/41667a5bd857be02f487c2ce806fbf85 nokia-binaries" >> $INSTALL_DIR/sources.list fi
chmod +x enablerepo ./enablerepo