WIP: rebase for 2026-05-18 #7
@@ -35,11 +35,10 @@ func (d *Distro) InstallPre() string {
|
|||||||
return ` - [ dnf, install, "-y", iptables ]`
|
return ` - [ dnf, install, "-y", iptables ]`
|
||||||
|
|
||||||
case "apt":
|
case "apt":
|
||||||
return ` - [ apt-get, update ]
|
return ` - [ apt-get, "-y", install, curl, "apt-transport-https", gnupg2 ]`
|
||||||
- [ apt-get, "-y", install, curl, "apt-transport-https", gnupg2 ]`
|
|
||||||
|
|
||||||
case "apk":
|
case "apk":
|
||||||
return ` - [ apk, "-U", add, curl, "ca-certificates", iptables, ip6tables ]
|
return ` - [ apk, add, curl, "ca-certificates", iptables, ip6tables ]
|
||||||
- [ modprobe, tun ]`
|
- [ modprobe, tun ]`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user