mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-09 06:13:12 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/appcleaner.sh
Normal file
9
fragments/labels/appcleaner.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
appcleaner)
|
||||
# credit: Tadayuki Onishi (@kenchan0130)
|
||||
name="AppCleaner"
|
||||
type="zip"
|
||||
downloadURL=$(curl -fs https://freemacsoft.net/appcleaner/Updates.xml | xpath '//rss/channel/*/enclosure/@url' 2>/dev/null | tr " " "
|
||||
" | sort | tail -1 | cut -d '"' -f 2)
|
||||
expectedTeamID="X85ZX835W9"
|
||||
#Company=FreeMacSoft
|
||||
;;
|
||||
Reference in New Issue
Block a user