Shirt Pocket Discussions

Shirt Pocket Discussions (https://www.shirt-pocket.com/forums/index.php)
-   General (https://www.shirt-pocket.com/forums/forumdisplay.php?f=6)
-   -   installing .pkg doesn’t overwrite old version? (https://www.shirt-pocket.com/forums/showthread.php?t=7199)

luomat 11-28-2019 03:44 PM

installing .pkg doesn’t overwrite old version?
 
I have a script which updates SuperDuper, which involves downloading the .tar.gz and then unpacking it before installing the .pkg which is done like this

Code:

sudo /usr/sbin/installer -verbose -pkg 'SuperDuper!.pkg' -dumplog -target / -lang en
The problem is that the package does not seem to actually overwrite the old version.

Instead, the new version gets installed to

Code:

/tmp/superduper_install/
which seems very unusual.

I realize I’m doing it “unusually", but am I doing it “wrong"?

dnanian 11-28-2019 04:44 PM

Yes. You should just let it do it itself... why would you do it this way?


All times are GMT -4. The time now is 02:23 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.