Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171654

DELL Server Tools install Script for PVE8.x

$
0
0
PVE8.x Bash Install Script for DELL dcism & idracadm8

Bash:
#!/bin/bash
echo "DELL Server Tool install for PVE8.x"

while true; do

read -p "Do you want to proceed? (yes/no) " yn

case $yn in
yes )

curl -fsSL https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/dell-apt-key.gpg
clear

echo "
deb [signed-by=/etc/apt/trusted.gpg.d/dell-apt-key.gpg] http://linux.dell.com/repo/community/openmanage/11000/jammy jammy main
# For Proxmox 7
#deb...

Read more

Viewing all articles
Browse latest Browse all 171654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>