timeshift/build-install.sh
2013-10-12 10:30:54 +05:30

11 lines
164 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"