diff --git a/update.sh b/update.sh index 8795306..448d6a1 100755 --- a/update.sh +++ b/update.sh @@ -6,6 +6,7 @@ CPOLIS_DIR=$EXTRACTION_DIR/cpolis TAILWINDCSS_REPO_URL=https://api.github.com/repos/tailwindlabs/tailwindcss/releases/latest TMP_DIR=/tmp BIN_DIR=/usr/local/bin +SYSTEMD_DIR=/etc/systemd/system check_dependency() { if ! which $1 >/dev/null 2>&1; then