mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2025-01-12 16:30:11 +01:00
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
|
#!/bin/bash
|
||
|
DOMAIN=org.bashclub
|
||
|
|
||
|
apt update
|
||
|
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -y -qq install targetcli-fb
|
||
|
echo -e "cd iscsi\ncreate iqn.$(date '+%Y-%m').$DOMAIN.iscsi\nexit" | targetcli
|