forked from acmesh-official/acmetest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plat.conf
45 lines (22 loc) · 1.34 KB
/
plat.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#tag|update|installcmd|tools|
-ubuntu|apt-get -y update |apt-get -y install|unzip,openssl,cron,socat,curl,idn|
ubuntu:latest|
-debian|apt-get -y update |apt-get -y install|openssl,cron,socat,curl,idn|
debian:latest|
-centos|yum -y update |yum -y install |openssl,crontabs,socat,curl|
centos:latest|
-fedora|yum -y update |yum -y install |tar,openssl,crontabs,socat,curl|
fedora:latest|
-opensuse/leap|zypper rr repo-non-oss repo-update-non-oss && zypper update -y |zypper install -y |tar,openssl,cron,socat,curl,libidn-tools,gzip,unzip|
opensuse/leap:latest|
-alpine|apk update -f|apk --no-cache add -f|openssl,curl,socat,libidn|
alpine:latest|
-oraclelinux||dnf install -y |tar,openssl,cronie,socat,curl|
oraclelinux:8|
kalilinux/kali|apt-get -y update|apt-get -y install|openssl,cron,socat,curl,idn|
-archlinux|patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc"|pacman -Sy --overwrite "*" --noconfirm --noprogressbar|openssl,cronie,socat,libidn,unzip|
archlinux:latest|
mageia|dnf update -y |dnf install -y |openssl,socat,idn,curl|
gentoo/stage3-amd64| emerge --sync | ACCEPT_KEYWORDS="~amd64" emerge | net-misc/curl,virtual/cron,net-misc/socat
-clearlinux||swupd bundle-add|cronie,socat,curl,devpkg-libidn|
clearlinux:latest|