From e5adfdd9813b0f7dfc197a1e27e26fd1147c2eea Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 30 May 2026 17:42:55 +0200 Subject: [PATCH] typos --- install/paperclip-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/paperclip-install.sh b/install/paperclip-install.sh index 40d1d0bd..ed44aa38 100644 --- a/install/paperclip-install.sh +++ b/install/paperclip-install.sh @@ -17,7 +17,6 @@ msg_info "Installing Dependencies" $STD apt install -y \ build-essential \ git \ - python3 \ ripgrep msg_ok "Installed Dependencies" @@ -61,7 +60,7 @@ EOF msg_ok "Configured Paperclip" msg_info "Running Database Migrations" -set -a && source /opt/paperclip/.env && set +a +set -a && source /opt/paperclip-ai/.env && set +a $STD pnpm db:migrate msg_ok "Ran Database Migrations"