Skip to content

Commit ed93923

Browse files
authored
Website: Fix Alpine "undefined" Link (#3048)
1 parent 41ee6ad commit ed93923

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

json/alpine.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/alpinelinux.svg",
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": [
17+
{
18+
"type": "default",
19+
"script": "ct/alpine.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 0.1,
24+
"os": "alpine",
25+
"version": "3.21"
26+
}
27+
},
1728
{
1829
"type": "alpine",
1930
"script": "ct/alpine.sh",
@@ -36,4 +47,4 @@
3647
"type": "info"
3748
}
3849
]
39-
}
50+
}

0 commit comments

Comments
 (0)