This will make the clone link a tad bit quicker to type if not copy pasting. This would be used when cloning the install script
➕ Additional Information
You could do irm https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex instead of iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex which would make it less to type
They also both do the same thing so don't worry about anything breaking (yes i've tried)
I honestly don't see much of a use in this but just wanted to let ya know
📝 Provide a description of the new feature
This will make the clone link a tad bit quicker to type if not copy pasting. This would be used when cloning the install script
➕ Additional Information
You could do
irm https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
instead ofiwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex
which would make it less to typeThey also both do the same thing so don't worry about anything breaking (yes i've tried)
I honestly don't see much of a use in this but just wanted to let ya know