mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05: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
|
||||
if [ ! -e /usr/local/bin/figlet ]; then
|
||||
mv figlet /usr/local/bin/
|
||||
mkdir -p /usr/local/share/figlet
|
||||
cp -r /tmp/figlet/fonts/*.flf /usr/local/share/figlet/
|
||||
fi
|
||||
|
||||
msg_ok "Figlet successfully installed and moved to /usr/local/bin"
|
||||
@ -892,3 +894,5 @@ EOF
|
||||
systemctl start ping-instances.service
|
||||
fi
|
||||
}
|
||||
|
||||
update motd_ip
|
||||
|
Loading…
Reference in New Issue
Block a user