AMUG Internet Installer Source Code

That sit file has a "AMUG Internet Assistant" folder with the bundle (package) bit set? Or maybe there's a problem with the way I extracted it?

Code:
getfileinfo /Volumes/Storage/Downloads/AMUG\ Internet\ Assistant  
directory: "/Volumes/Storage/Downloads/AMUG Internet Assistant"
attributes: avBstclInmedz
created: 04/24/1998 15:39:45
modified: 01/30/2026 10:52:51

This can clear the bundle bit:
Code:
setfile -a avbstclInmedz "/Volumes/Storage/Downloads/AMUG Internet Assistant"
 
Back
Top