bug fix attempts

This commit is contained in:
kake26 2024-02-22 21:28:37 -06:00
parent 3447eabd1b
commit af0ad90b3b
4 changed files with 11587 additions and 2 deletions

View file

@ -4,7 +4,7 @@
if [ -f /usr/bin/makeself.sh ]; then
# makeself is installed
echo "makeself is installed, good"
echo "makeself.sh is installed, good"
mkslf=$(which makeself.sh)
else
if [ -f /usr/bin/makeself ]; then