From 4358cf067ab29265af8d9d7707e0a95836a0d1b3 Mon Sep 17 00:00:00 2001 From: Yechiel <41305372+yechielw@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:40:38 +0300 Subject: [PATCH] removed chmod from manual isntall.sh is already executable --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cb5fbd2..22be1b4 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ sudo nano /etc/apt/sources.list ```bash git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland cd ~/Debian-Hyprland -chmod +x install.sh ./install.sh ```