mirror of
https://github.com/akuker/RASCSI.git
synced 2025-07-25 05:24:17 +00:00
Allow images to be extracted from StuffIt, tarball, gzip, and 7z archives
This commit is contained in:
@@ -25,6 +25,11 @@ if ! command -v unzip &> /dev/null ; then
|
||||
echo "Run 'sudo apt install unzip' to fix."
|
||||
ERROR=1
|
||||
fi
|
||||
if ! command -v unar &> /dev/null ; then
|
||||
echo "unar could not be found"
|
||||
echo "Run 'sudo apt install unar' to fix."
|
||||
ERROR=1
|
||||
fi
|
||||
if [ $ERROR = 1 ] ; then
|
||||
echo
|
||||
echo "Fix errors and re-run ./start.sh"
|
||||
|
Reference in New Issue
Block a user