mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-02 23:36:26 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/bash
|
|
# Add this to firstboot.d
|
|
export DEBIAN_FRONTEND=noninteractive
|
|
apt-get -y install proxmox-ve postfix open-iscsi chrony < /dev/null
|
|
|