Fix Website - Show correct wget path for alpine (#2998)

This commit is contained in:
CanbiZ 2025-03-11 11:08:24 +01:00 committed by GitHub
parent 96c943a7de
commit a0f7643838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"description": "IT-Tools is a web-based suite of utilities designed to streamline and simplify various IT tasks, providing tools for developers and system administrators to manage their workflows efficiently.",
"install_methods": [
{
"type": "default",
"type": "alpine",
"script": "ct/alpine-it-tools.sh",
"resources": {
"cpu": 1,

View File

@ -15,7 +15,7 @@
"description": "A security-oriented, lightweight Linux distribution based on musl and BusyBox.\r\nBy default, the root password is set to alpine. If you choose to use advanced settings, you will need to define a password, autologin is currently unavailable.",
"install_methods": [
{
"type": "default",
"type": "alpine",
"script": "ct/alpine.sh",
"resources": {
"cpu": 1,