#!/bin/bash


wget -P /tmp http://repo.dragino.com/release/tool/autoprovison_box/autoprovision_box.tar.gz

tar -xzvf /tmp/autoprovision_box.tar.gz -C /

systemctl restart lighttpd
systemctl stop armbian-apt-update.timer
systemctl stop armbian-apt-update
systemctl disable armbian-apt-update.timer
systemctl disbale armbian-apt-update
