swiftbox icon indicating copy to clipboard operation
swiftbox copied to clipboard

Add Pop OS as an option for install?

Open ajstrand opened this issue 2 years ago • 2 comments

I'm running Pop OS, which is based off of Ubuntu.

Would you accept a PR adding support for it?

ajstrand avatar Mar 20 '22 06:03 ajstrand

Since there’re so many Ubuntu-derived distributions… I think we’d better add a new environment variable to alias system name?

Would you accept a PR adding support for it?

I’m open for accepting PRs:)

stevapple avatar Mar 20 '22 06:03 stevapple

Since there’re so many Ubuntu-derived distributions… I think we’d better add a new environment variable to alias system name?

Would the environment variable look like this:


export SYSTEM_NAME_FOR_SWIFT=`$NAME $VERSION`

Im not much of a bash user, but then you could check that variable based on a list of supported OS types and install swift based on that variable.

What do think?

ajstrand avatar Mar 20 '22 22:03 ajstrand