update installer script
Some checks failed
CI / test-build (push) Failing after 2m16s

This commit is contained in:
2025-12-15 01:32:41 +07:00
parent 921e7219ab
commit 7ac7e77f1d
3 changed files with 37 additions and 7 deletions

View File

@@ -80,13 +80,15 @@ sudo apt-get install -y \
zfsutils-linux \
samba \
nfs-kernel-server \
targetcli \
targetcli-fb \
sqlite3 \
golang-go \
git \
build-essential
```
**Note:** On newer Ubuntu/Debian versions, the iSCSI target CLI is packaged as `targetcli-fb`. If `targetcli-fb` is not available, try `targetcli`.
#### Fedora/RHEL/CentOS
```bash