From 5bbbe58c790540e7b5d0437f29e8a7eeb73273a2 Mon Sep 17 00:00:00 2001 From: rasmus Date: Wed, 23 Jul 2025 12:14:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d9ae67..a12c04b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ wget -qO- https://git.cbo.dk/rasmus/setup-ubuntu/raw/branch/main/setup-ubuntu.sh Using [Gogh](https://github.com/Gogh-Co/Gogh) ```bash sudo apt-get install dconf-cli uuid-runtime -bash -c "$(wget -qO- https://git.io/vQgMr)" +wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh # Select #7 - Afterglow ``` (If it fails due to missing profile - then manually add a Terminal profile called "Default") \ No newline at end of file