#!/bin/sh VERSION=$(cat public/.version) apt-get update apt-get upgrade -y cd public/debian || exit 1 apt install -y ./tarot_*.*-*_*.deb tarot --help || exit 1 tarot --version || exit 1 echo "" | tarot || exit 1