mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 18:51:51 +00:00
Update build.func
This commit is contained in:
parent
cb4a924dd1
commit
4374a25909
@ -173,7 +173,8 @@ header_info() {
|
|||||||
tar -xf "$temp_dir/figlet.tar.xz" -C "$temp_dir"
|
tar -xf "$temp_dir/figlet.tar.xz" -C "$temp_dir"
|
||||||
|
|
||||||
cd "$temp_dir" || exit 1
|
cd "$temp_dir" || exit 1
|
||||||
make &> /dev/null
|
make # Remove the redirection to see errors
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
mv "$temp_dir/figlet" /usr/local/bin/
|
mv "$temp_dir/figlet" /usr/local/bin/
|
||||||
chmod +x /usr/local/bin/figlet
|
chmod +x /usr/local/bin/figlet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user