mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
mocha-software and buildLabel.sh
Improved buildLabel.sh to handle another set of headers when trying to download, and that can handle the mocha-software. But mocha-software has been disabled, as Installomator does not offer the headers when that is trying to download.
This commit is contained in:
7
fragments/disabled/mochakeyboard.sh
Normal file
7
fragments/disabled/mochakeyboard.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
mochakeyboard)
|
||||||
|
name="Mocha Keyboard"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL="https://mochasoft.dk/mochakeyboard.dmg.zip"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="RR9F5EPNVW"
|
||||||
|
;;
|
||||||
7
fragments/disabled/mochatelnet.sh
Normal file
7
fragments/disabled/mochatelnet.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
mochatelnet)
|
||||||
|
name="Telnet"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL="https://mochasoft.dk/telnet.dmg.zip"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="RR9F5EPNVW"
|
||||||
|
;;
|
||||||
7
fragments/disabled/mochatn3270.sh
Normal file
7
fragments/disabled/mochatn3270.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
mochatn3270)
|
||||||
|
name="TN3270"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL="https://mochasoft.dk/tn3270.dmg.zip"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="RR9F5EPNVW"
|
||||||
|
;;
|
||||||
7
fragments/disabled/mochatn3812.sh
Normal file
7
fragments/disabled/mochatn3812.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
mochatn3812)
|
||||||
|
name="TN3812"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL="https://mochasoft.dk/tn3812.dmg.zip"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="Frydendal"
|
||||||
|
;;
|
||||||
7
fragments/disabled/mochatn5250.sh
Normal file
7
fragments/disabled/mochatn5250.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
mochatn5250)
|
||||||
|
name="TN5250"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL="https://mochasoft.dk/tn5250.dmg.zip"
|
||||||
|
appNewVersion=""
|
||||||
|
expectedTeamID="RR9F5EPNVW"
|
||||||
|
;;
|
||||||
@@ -99,10 +99,17 @@ dmgInvestigation() {
|
|||||||
|
|
||||||
if [[ $appPath != "" ]]; then
|
if [[ $appPath != "" ]]; then
|
||||||
echo "App found: $appPath"
|
echo "App found: $appPath"
|
||||||
|
if [[ $archiveExt = "dmgInZip" ]]; then
|
||||||
|
archiveExt="appInDmgInZip"
|
||||||
|
fi
|
||||||
appInvestigation
|
appInvestigation
|
||||||
elif [[ $pkgPath != "" ]]; then
|
elif [[ $pkgPath != "" ]]; then
|
||||||
echo "PKG found: $pkgPath"
|
echo "PKG found: $pkgPath"
|
||||||
|
if [[ $archiveExt = "dmgInZip" ]]; then
|
||||||
|
archiveExt="pkgInDmgInZip not supported, yet!"
|
||||||
|
else
|
||||||
archiveExt="pkgInDmg"
|
archiveExt="pkgInDmg"
|
||||||
|
fi
|
||||||
pkgInvestigation
|
pkgInvestigation
|
||||||
else
|
else
|
||||||
echo "Nothing found on DMG."
|
echo "Nothing found on DMG."
|
||||||
|
|||||||
Reference in New Issue
Block a user