testing..

This commit is contained in:
pika 2025-05-22 11:25:04 +02:00
parent a032c5877c
commit b9245ed61b

View file

@ -149,8 +149,14 @@
check "Compiled $PACKAGE from source"
line
echo_pkg install
$_sudo make install
# echo_pkg install
spin "Installing $PACKAGE"
if run --err err $_sudo make install; then
check "$PACKAGE installed!"
else
thorw "Installation of $PACKAGE has failed!"
echo_error "${err:-}"
fi
else
echo_error "${err:-}"
exit 1