summaryrefslogtreecommitdiff
path: root/acore.sh
blob: 59db491484cc5835591c2c670ca775f43cd17dcb (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

[ -z "$WITH_ERRORS" ] && set -e

CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"


source "$CUR_PATH/apps/installer/main.sh"