/getchrome-function

Simple serverless function that serves PowerShell script for downloading Google Chrome

Primary LanguageJavaScript

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.