From 54c89eb4fb3dadee9e0a2cbea84f1062dde5ee49 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Tue, 23 Dec 2025 20:07:31 +0300 Subject: [PATCH] 2nd review rejects fix - json and apt-get --- frontend/public/json/rustypaste.json | 6 +++--- install/rustypaste-install.sh | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/public/json/rustypaste.json b/frontend/public/json/rustypaste.json index c8cbc59e0..14c35cf2f 100644 --- a/frontend/public/json/rustypaste.json +++ b/frontend/public/json/rustypaste.json @@ -10,10 +10,10 @@ "privileged": false, "interface_port": 8000, "documentation": "https://github.com/orhun/rustypaste", - "config_path": "", + "config_path": "/opt/rustypaste/config.toml", "website": "https://github.com/orhun/rustypaste", "logo": "https://github.com/orhun/rustypaste/raw/master/img/rustypaste_logo.png", - "description": "/opt/rustypaste/config.toml", + "description": "Rustypaste is a minimal file upload/pastebin service.", "install_methods": [ { "type": "default", @@ -32,6 +32,6 @@ "password": null }, "notes": [ - "When updating the script it will backup the whole project, make sure to extract it to a safe location or remove", + "When updating the script it will backup the whole project including all the uploaded files, make sure to extract it to a safe location or remove", ] } diff --git a/install/rustypaste-install.sh b/install/rustypaste-install.sh index bab9586d5..e2c30d3f9 100644 --- a/install/rustypaste-install.sh +++ b/install/rustypaste-install.sh @@ -15,8 +15,7 @@ update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ - curl \ +$STD apt install -y \ git \ build-essential \ ca-certificates