timeshift/build-install.sh
2013-10-12 13:42:33 +05:30

11 lines
162 B
Bash
Executable File

#!/bin/bash
backup=`pwd`
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd "$DIR"
sh build-deb.sh
sudo gdebi --non-interactive ../builds/timeshift*.deb
cd "$backup"