Commit 3d5a33a
authored
Refactor install_dependencies to use bash array (#17)
* refactor: use bash array for packages in install_dependencies
Use an array instead of a plain string to avoid word-splitting issues
and move apt update before apt install for clarity.
* chore: sort package list alphabetically in install_dependencies1 parent 8c5d52d commit 3d5a33a
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments