Commit 79fc676
committed
sdk-installer: install bash first, then info, and finally pacman
Both bash and info are actually dependencies of pacman, but we need the
Bash before installing pacman because several of pacman's dependencies
require the Bash in their post-install scripts.
Likewise, `makeinfo` is required for several of pacman's dependencies'
post-install scripts (e.g. gettext), therefore we install that one next.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent cca4b1f commit 79fc676
1 file changed
+29
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
74 | 100 | | |
75 | 101 | | |
76 | 102 | | |
| |||
80 | 106 | | |
81 | 107 | | |
82 | 108 | | |
83 | | - | |
84 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
85 | 112 | | |
86 | 113 | | |
87 | 114 | | |
| |||
0 commit comments