mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-05 19:02:50 +00:00
Compare commits
3 Commits
tremor021-
...
docker_vm_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc5c0fdfb5 | ||
|
|
ee02bc1977 | ||
|
|
fda22e8890 |
@@ -28,8 +28,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default_credentials": {
|
"default_credentials": {
|
||||||
"username": "admin",
|
"username": null,
|
||||||
"password": "admin"
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": [
|
"notes": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,8 +16,10 @@ update_os
|
|||||||
msg_info "Installing dependencies"
|
msg_info "Installing dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
build-essentials \
|
build-essential \
|
||||||
g++ \
|
g++ \
|
||||||
|
cmake \
|
||||||
|
libsentencepiece-dev \
|
||||||
libicu-dev
|
libicu-dev
|
||||||
msg_ok "Installed dependencies"
|
msg_ok "Installed dependencies"
|
||||||
|
|
||||||
|
|||||||
@@ -497,6 +497,8 @@ if ! command -v virt-customize &>/dev/null; then
|
|||||||
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
|
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
|
||||||
apt-get -qq update >/dev/null
|
apt-get -qq update >/dev/null
|
||||||
apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
|
apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
|
||||||
|
# Workaround for Proxmox VE 9.0 libguestfs issue
|
||||||
|
apt-get -qq install dhcpcd-base -y >/dev/null 2>&1 || true
|
||||||
msg_ok "Installed libguestfs-tools successfully"
|
msg_ok "Installed libguestfs-tools successfully"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user