mhulse / swatches

Collection of Adobe swatches (.ase) :bowtie:
6 stars 0 forks source link

Broken installation script #13

Open mhulse opened 5 years ago

mhulse commented 5 years ago
$ bash <(curl -sL https://git.io/vzonQ)
Please pick the version of Illustrator
you would like to install these files to:

1) Cancel           3) Adobe Illustrator CC 2017    5) Adobe Illustrator CC 2019
2) Adobe Illustrator CC 2015.3  4) Adobe Illustrator CC 2018

Enter a number: 5

Installing files into Adobe Illustrator CC 2019 …

mkdir: @mhulse: Permission denied
tar: could not chdir to './@mhulse'

curl: (23) Failed writing body (0 != 776)

Congrats! Installation was successful!

The file /Applications/Adobe Illustrator CC 2019/Presets.localized/en_US/Swatches/@mhulse does not exist.

My guess is, Adobe is using root perms of something.

$ ls -la
total 0
drwxr-xr-x  12 root  wheel   384B Jun  3 20:46 .
drwxr-xr-x   3 root  wheel    96B Jun  3 20:45 ..
drwxr-xr-x   3 root  wheel    96B Jun  3 20:45 Actions
drwxr-xr-x  10 root  wheel   320B Jun  3 20:45 Brushes
drwxr-xr-x  14 root  wheel   448B Jun  3 20:45 Graphic Styles
drwxr-xr-x   3 root  wheel    96B Jun  3 20:45 Keyboard Shortcuts
drwxr-xr-x   4 root  wheel   128B Jun  3 20:45 Save for Web Settings
drwxr-xr-x   6 root  wheel   192B Jun  3 20:45 Scripts
drwxr-xr-x  23 root  wheel   736B Jun  3 20:45 Swatches
drwxr-xr-x  30 root  wheel   960B Jun  3 20:46 Symbols
drwxr-xr-x   3 root  wheel    96B Jun  3 20:46 Tools
drwxr-xr-x  13 root  wheel   416B Jun  3 20:46 Workspaces

Hrmmm, so I need to sudo? Seems odd, as this worked before. I wonder what the perms used to be?