Commit 32420d0
authored
Install nbd explicitly (#87)
This pull request includes changes to the installation scripts for CentOS, Fedora, and Debian/Ubuntu systems to ensure the necessary packages are installed. The most important changes include adding the `nbd` package to the CentOS/Fedora installation and the `nbd-client` package to the Debian/Ubuntu installation.
Package additions:
* [`scripts/install-elastio.sh`](diffhunk://#diff-140ec7e3534c5f069e64278e6e34535630189b72153533b35375b20dd166f5ceR68): Added `yum install -y nbd` to the `cent_fedora_install()` function to ensure the `nbd` package is installed on CentOS and Fedora systems.
* [`scripts/install-elastio.sh`](diffhunk://#diff-140ec7e3534c5f069e64278e6e34535630189b72153533b35375b20dd166f5ceL155-R156): Added `apt-get --no-install-recommends install -y elastio ntfs-3g nbd-client` to the `deb_ubu_install()` function to ensure the `nbd-client` package is installed on Debian and Ubuntu systems.
Resolves elastio/elastio#97651 parent 818cf9d commit 32420d0
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | | - | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
329 | 331 | | |
330 | 332 | | |
331 | 333 | | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
0 commit comments