mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update install_pve.sh
This commit is contained in:
parent
e1f5267fa9
commit
2529893e23
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ if [ ! -f "/usr/local/bin/ifupdown2_installed.txt" ]; then
|
|||
wget ${cdn_success_url}https://raw.githubusercontent.com/spiritLHLS/pve/main/extra_scripts/ifupdown2-install.service -O /etc/systemd/system/ifupdown2-install.service
|
||||
chmod 777 /usr/local/bin/install_ifupdown2.sh
|
||||
chmod 777 /etc/systemd/system/ifupdown2-install.service
|
||||
if [ -f "install_ifupdown2.sh" ]; then
|
||||
if [ -f "/usr/local/bin/install_ifupdown2.sh" ]; then
|
||||
# _green "This script will automatically reboot the system after 5 seconds, please wait a few minutes to log into SSH and execute this script again"
|
||||
# _green "本脚本将在5秒后自动重启系统,请待几分钟后退出SSH再次执行本脚本"
|
||||
systemctl daemon-reload
|
||||
|
|
Loading…
Reference in a new issue