Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 728 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 728 Bytes

Install Chrome to your PC using PowerShell (getchro.me)

This function serves a PowerShell script that installs Google Chrome when requested via PowerShell. It is deployed on Scaleway Functions on this link (there's also a redirect).

Usage

Open PowerShell and insert this command:

iex $(irm getchro.me)

Note

This was created just as a small fun project where I dove into serverless for the first time on my Twitch stream. There might be long loading times due to Scaleway's Functions feature being in a beta. I might move it to a different hosting later.