aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/r2e/install.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-11-17 16:51:09 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-11-17 16:51:09 -0600
commitd4b069f86e6afc640a7a5f08fed4008ec10164fa (patch)
tree5ad398416f981f5f35e9b975aa621542a89a825e /r2e/install.sh
parent581ef1c6ae693bcc5ef409cf8663995bdf562442 (diff)
fix(r2e): remove r2e in favor of Miniflux
Diffstat (limited to 'r2e/install.sh')
-rwxr-xr-xr2e/install.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/r2e/install.sh b/r2e/install.sh
deleted file mode 100755
index f4cbd0a..0000000
--- a/r2e/install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if ! command -v "r2e" >/dev/null; then
- printf "%s: r2e not found, skipping...\n" "$0"
- exit 0
-fi
-
-printf "%s: Installing services\n" "$0"
-
-systemctl --user enable --now --no-block rss2email.timer
-systemctl --user start --no-block rss2email.service