Update patch.sh
This commit is contained in:
parent
350990f108
commit
7a02142cd7
2
patch.sh
2
patch.sh
|
|
@ -12,7 +12,9 @@ chmod -R a+x /usr/share/pve-patch/scripts
|
||||||
cp -f /usr/share/pve-patch/scripts/90pvepatch /etc/apt/apt.conf.d/90pvepatch
|
cp -f /usr/share/pve-patch/scripts/90pvepatch /etc/apt/apt.conf.d/90pvepatch
|
||||||
cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner
|
cp -f /usr/share/pve-patch/scripts/pvebanner /usr/bin/pvebanner
|
||||||
/usr/share/pve-patch/scripts/apply.sh
|
/usr/share/pve-patch/scripts/apply.sh
|
||||||
|
echo "- Apt Update and upgrade system..."
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
|
echo "- Install ifupdown2..."
|
||||||
apt install ifupdown2 -y
|
apt install ifupdown2 -y
|
||||||
echo "- done!"
|
echo "- done!"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue