makeself install fix

This commit is contained in:
kake26 2024-04-15 18:08:42 -05:00
parent f24e481879
commit cd20493cda
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -99,6 +99,7 @@ function menu_option_two() {
./makeself-2.5.0.run ./makeself-2.5.0.run
cd makeself-2.5.0 cd makeself-2.5.0
cp *.sh /usr/bin cp *.sh /usr/bin
cd ..
cprint 2 "Done!" cprint 2 "Done!"
} }