From 059191b545cc21cbeffadb9d4b789808330f659a Mon Sep 17 00:00:00 2001 From: murmeldin Date: Sun, 9 Feb 2025 01:19:13 +0100 Subject: [PATCH] without root --- util/install_script_ubuntu.sh | 2 +- util/update_or_create_systemd_service.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/util/install_script_ubuntu.sh b/util/install_script_ubuntu.sh index 86e5d58..ec53a3b 100644 --- a/util/install_script_ubuntu.sh +++ b/util/install_script_ubuntu.sh @@ -16,4 +16,4 @@ sudo apt update sudo apt upgrade -y sudo apt install gcc libssl-dev pandoc pkg-config libsqlite3-dev cargo install --path . -sudo ./update_or_create_systemd_service.sh \ No newline at end of file +./update_or_create_systemd_service.sh \ No newline at end of file diff --git a/util/update_or_create_systemd_service.sh b/util/update_or_create_systemd_service.sh index 218007b..8a09bba 100644 --- a/util/update_or_create_systemd_service.sh +++ b/util/update_or_create_systemd_service.sh @@ -2,7 +2,6 @@ # This script can be run to update or newly install # the systemd services needed for -sudo -i cat ../systemd/plenumbot.service > $HOME/.config/systemd/user/Plenum-Bot.service cat ../systemd/plenumbot.timer > $HOME/.config/systemd/user/Plenum-Bot.timer chmod 755 $HOME/.config/systemd/user/Plenum-Bot.timer