diff --git a/json/alpine-it-tools.json b/json/alpine-it-tools.json index ff0587873..7919a585f 100644 --- a/json/alpine-it-tools.json +++ b/json/alpine-it-tools.json @@ -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, diff --git a/json/alpine.json b/json/alpine.json index 8e68e0a60..ad6e4e110 100644 --- a/json/alpine.json +++ b/json/alpine.json @@ -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,