File tree Expand file tree Collapse file tree 1 file changed +35
-7
lines changed Expand file tree Collapse file tree 1 file changed +35
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,41 @@ in the same repository without colliding with each other:
16
16
~~~
17
17
swift-installer-scripts
18
18
└ platforms
19
- ├ Linux
20
- │ ├ Ubuntu
21
- │ │ └ ...
22
- │ └ CentOS
23
- │ └ ...
24
- └ Windows
25
- └ ...
19
+ ├ Linux
20
+ │ ├ README
21
+ │ ├ DEB
22
+ │ │ ├ README
23
+ │ │ ├ Docs - contains information specific to .deb packages
24
+ │ │ ├ Debian - contains information specific to the distribution
25
+ │ │ │ ├ buster - contains information specific to the version
26
+ │ │ │ ├ bullseye
27
+ │ │ │ └ ...
28
+ │ │ ├ Ubuntu
29
+ │ │ │ ├ bionic
30
+ │ │ │ ├ focal
31
+ │ │ │ ├ hirsute
32
+ │ │ │ └ ...
33
+ │ │ └ ...
34
+ │ │
35
+ │ ├ RPM
36
+ │ │ ├ README
37
+ │ │ ├ Docs - contains information specific to .rpm packages
38
+ │ │ ├ Amazonlinux
39
+ │ │ │ ├ 2
40
+ │ │ │ └ ...
41
+ │ │ ├ Centos
42
+ │ │ │ ├ 7
43
+ │ │ │ ├ 8
44
+ │ │ │ └ ...
45
+ │ │ ├ Fedora
46
+ │ │ │ ├ 33
47
+ │ │ │ ├ 34
48
+ │ │ │ ├ rawhide
49
+ │ │ │ └ ...
50
+ │ │ └ ...
51
+ │ └ ...
52
+ └ Windows
53
+ └ ...
26
54
~~~
27
55
28
56
## Linux Packages (RPM/Deb)
You can’t perform that action at this time.
0 commit comments