From d4b046513034bdfaf48ae24db4b94eaf6cdedd1c Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sat, 1 Jun 2024 22:27:17 +0200 Subject: [PATCH] Updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec57a5..f3473ce 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The easiest way is to use the setup.sh script. The script will download all file Just copy/enter the following command into your terminal. ``` -bash <(curl -s https://gitlab.com/stephan-raabe/dotfiles/-/raw/dev/setup.sh) +bash <(curl -s https://gitlab.com/stephan-raabe/dotfiles/-/raw/main/setup.sh) ``` > PLEASE NOTE: Every Linux distribution and setup can be different. Therefore, I cannot guarantee that the installation will work everywhere. Installation on your own risk.