mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-24 13:14:13 +00:00
added tbz support and TextMate
This commit is contained in:
@@ -54,9 +54,9 @@ elif [ "$archiveExt" = "dmg" ]; then
|
||||
fi
|
||||
|
||||
hdiutil detach "$dmgmount"
|
||||
elif [ "$archiveExt" = "zip" ]; then
|
||||
elif [ "$archiveExt" = "zip" ] || [ "$archiveExt" = "tbz" ]; then
|
||||
# unzip the archive
|
||||
unzip -qq "$archiveName"
|
||||
tar -xf "$archiveName"
|
||||
|
||||
# check if app exists
|
||||
appPath=$(find "$tmpDir" -name "*.app" -maxdepth 2 -print )
|
||||
|
||||
Reference in New Issue
Block a user