Update proxmenu-scripts.sh
This commit is contained in:
@@ -132,7 +132,6 @@ INSTALL_OMSA() {
|
|||||||
[Nn]) MAIN_MENU;;
|
[Nn]) MAIN_MENU;;
|
||||||
* )
|
* )
|
||||||
echo
|
echo
|
||||||
|
|
||||||
mkdir /tmp/omsa
|
mkdir /tmp/omsa
|
||||||
cd /tmp/omsa
|
cd /tmp/omsa
|
||||||
apt install gnupg libcurl4t64 libncurses6 libxslt1.1 libgpm2 libtinfo6
|
apt install gnupg libcurl4t64 libncurses6 libxslt1.1 libgpm2 libtinfo6
|
||||||
@@ -199,11 +198,11 @@ DETECT_CPU(){
|
|||||||
sed -i "/cpu:/c cpu: $(proxclmc --list-only)" /etc/pve/nodes/*/qemu-server/*.conf
|
sed -i "/cpu:/c cpu: $(proxclmc --list-only)" /etc/pve/nodes/*/qemu-server/*.conf
|
||||||
echo
|
echo
|
||||||
echo -e "\n${idsCL[Green]}All VM's have been reconfigured\n${idsCL[LightCyan]}This will require the VM's to be powered off and then turned back on in order to take effect${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}All VM's have been reconfigured\n${idsCL[LightCyan]}This will require the VM's to be powered off and then turned back on in order to take effect${idsCL[Default]}"
|
||||||
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
;;
|
;;
|
||||||
*) echo;;
|
*) echo;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RESTART_PVE_SERVICES(){
|
RESTART_PVE_SERVICES(){
|
||||||
|
|||||||
Reference in New Issue
Block a user