2nd review rejects fix - json and apt-get

This commit is contained in:
GoldenSpring 2025-12-23 20:07:31 +03:00
parent f987c7482d
commit 54c89eb4fb
No known key found for this signature in database
GPG Key ID: 75701174BCB6A808
2 changed files with 4 additions and 5 deletions

View File

@ -10,10 +10,10 @@
"privileged": false, "privileged": false,
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://github.com/orhun/rustypaste", "documentation": "https://github.com/orhun/rustypaste",
"config_path": "", "config_path": "/opt/rustypaste/config.toml",
"website": "https://github.com/orhun/rustypaste", "website": "https://github.com/orhun/rustypaste",
"logo": "https://github.com/orhun/rustypaste/raw/master/img/rustypaste_logo.png", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
@ -32,6 +32,6 @@
"password": null "password": null
}, },
"notes": [ "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",
] ]
} }

View File

@ -15,8 +15,7 @@ update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt install -y \
curl \
git \ git \
build-essential \ build-essential \
ca-certificates ca-certificates