Skip to content

Instantly share code, notes, and snippets.

View hu553in's full-sized avatar
🧬
T-shaping

Ruslan Khasanshin hu553in

🧬
T-shaping
View GitHub Profile
@hu553in
hu553in / install_old_chrome.sh
Last active February 20, 2026 01:23
How to download and install an old Chrome version (the Debian package)
#!/usr/bin/env bash
set -euo pipefail
# Required Chrome version can be found here:
# https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION=""
wget --no-check-certificate \