this post was submitted on 21 Jul 2023
843 points (93.1% liked)

Memes

46076 readers
2151 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

I know you can play the game at chrome://dino, but it doesn't evoke the same nostalgic feeling of a 10yr old me turning on aeroplane mode and spamming space bar to try and beat my brother's high score. Good memories.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (1 children)
[–] ShadowCatEXE 4 points 2 years ago (1 children)

You can install it using powershell, you just need to memorize the script!

[–] [email protected] 6 points 2 years ago* (last edited 2 years ago)

Oh ok so just a simple powershell command:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Totally easy to remember