Compare 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
community-scripts-pr-app[bot]andgithub-actions[bot] 662d642a37 Update CHANGELOG.md (#17140)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-09 17:55:44 +00:00
3 changed files with 7 additions and 0 deletions
+4
View File
@@ -550,6 +550,10 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- vm: drop the discussions link from the summary [@MickLesk](https://github.com/MickLesk) ([#17117](https://github.com/community-scripts/ProxmoxVE/pull/17117))
- #### 🐞 Bug Fixes
- fix(hermesagent): stop spurious root gateway after update [@steveonjava](https://github.com/steveonjava) ([#17126](https://github.com/community-scripts/ProxmoxVE/pull/17126))
## 2026-09-08
### 🆕 New Scripts
+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"