Skip to content

Commit a0f7643

Browse files
authored
Fix Website - Show correct wget path for alpine (#2998)
1 parent 96c943a commit a0f7643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json/alpine-it-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"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.",
1616
"install_methods": [
1717
{
18-
"type": "default",
18+
"type": "alpine",
1919
"script": "ct/alpine-it-tools.sh",
2020
"resources": {
2121
"cpu": 1,

json/alpine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"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.",
1616
"install_methods": [
1717
{
18-
"type": "default",
18+
"type": "alpine",
1919
"script": "ct/alpine.sh",
2020
"resources": {
2121
"cpu": 1,

0 commit comments

Comments
 (0)