Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk b914363724 paperclip: install the rust toolchain needed by the runner build 2026-09-09 20:27:15 +02:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ function update_script() {
restore_backup
setup_rust
msg_info "Rebuilding Paperclip"
cd /opt/paperclip-ai
export HUSKY=0
+1
View File
@@ -23,6 +23,7 @@ msg_ok "Installed Dependencies"
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
PG_VERSION="17" setup_postgresql
PG_DB_NAME="paperclip" PG_DB_USER="paperclip" setup_postgresql_db
setup_rust
fetch_and_deploy_gh_release "paperclip-ai" "paperclipai/paperclip" "tarball"