mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update post_install.sh
This commit is contained in:
parent
3615832d85
commit
40f3ee97e9
@ -9,6 +9,12 @@ while true; do
|
|||||||
* ) echo "Please answer yes or no.";;
|
* ) echo "Please answer yes or no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
|
||||||
|
echo -e "${RD}This script requires Proxmox Virtual Environment 7.0 or greater"
|
||||||
|
echo -e "Exiting..."
|
||||||
|
sleep 2
|
||||||
|
exit
|
||||||
|
fi
|
||||||
clear
|
clear
|
||||||
echo -e "\e[1;33m Disable Enterprise Repository... \e[0m"
|
echo -e "\e[1;33m Disable Enterprise Repository... \e[0m"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
Reference in New Issue
Block a user