mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
Update build.func
This commit is contained in:
parent
6803fbf050
commit
cada1057ac
@ -190,6 +190,8 @@ header_info() {
|
|||||||
# Move figlet to /usr/local/bin if not already there
|
# Move figlet to /usr/local/bin if not already there
|
||||||
if [ ! -e /usr/local/bin/figlet ]; then
|
if [ ! -e /usr/local/bin/figlet ]; then
|
||||||
mv figlet /usr/local/bin/
|
mv figlet /usr/local/bin/
|
||||||
|
mkdir -p /usr/local/share/figlet
|
||||||
|
cp -r /tmp/figlet/fonts/*.flf /usr/local/share/figlet/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_ok "Figlet successfully installed and moved to /usr/local/bin"
|
msg_ok "Figlet successfully installed and moved to /usr/local/bin"
|
||||||
@ -892,3 +894,5 @@ EOF
|
|||||||
systemctl start ping-instances.service
|
systemctl start ping-instances.service
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update motd_ip
|
||||||
|
Loading…
Reference in New Issue
Block a user