-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Not sure if it would break backward compatibility, but PowerShell 6.0 supports Linux and macOS, it would be nice to get it working there, since the core of Scoop is just a JSON-configurable "portable apps" package manager, just so happen most of the main repo tools are Window apps.
I tried running the one-liner in Docker with one of the images here. It fails because the code is using \
for path delimiter, thus not portable. This can be remedied using Join-Path
, but it only support 2 parameters, so would probably need to write a utility function for it. Not sure if there are other problems in Linux and macOS.
scivision, deevus, DRSDavidSoft, borger, ongyx and 16 more
Metadata
Metadata
Assignees
Labels
No labels