From 6de5d70b6405be4c81c8c73c692f30e7938d279a Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 17 Jan 2024 23:48:26 +0100 Subject: [PATCH] Delete update.sh --- update.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 update.sh diff --git a/update.sh b/update.sh deleted file mode 100755 index 99b8d4b..0000000 --- a/update.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -git pull -cargo b -r -cd frontend -npm install -npm run build -cd .. -cd svelte -npm install -npm run build -sudo systemctl restart rot -sudo systemctl restart rot-svelte