File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22
33. ../../common-script.sh
44
5- echo " Hyprland JaKooLit"
5+ printf " %b\n " " ${YELLOW} Starting Hyprland JaKooLit installation ${RC} "
66git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git " $HOME /Debian-Hyprland" || { printf " %b\n" " ${RED} Failed to clone Jakoolits Debian-Hyprland repo${RC} " ; exit 1; }
77cd " $HOME /Debian-Hyprland"
88chmod +x install.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo " Hyprland JaKooLit "
3+ . ../../common-script.sh
44
5- git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~ /Fedora-Hyprland
5+ printf " %b\n" " ${YELLOW} Starting Hyprland JaKooLit installation${RC} "
6+
7+ git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git " $HOME /Fedora-Hyprland" || { printf " %b\n" " ${RED} Failed to clone Jakoolits Fedora-Hyprland repo${RC} " ; exit 1; }
68cd " $HOME /Fedora-Hyprland"
79chmod +x install.sh
810./install.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- echo " Hyprland JaKooLit "
3+ . ../../common-script.sh
44
5- git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~ /Ubuntu-Hyprland-24.04
6- cd ~ /Ubuntu-Hyprland-24.04
5+ printf " %b\n" " ${YELLOW} Starting Hyprland JaKooLit installation${RC} "
6+
7+ git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git " $HOME /Ubuntu-Hyprland-24.04" || { printf " %b\n" " ${RED} Failed to clone Jakoolits Ubuntu-Hyprland repo${RC} " ; exit 1; }
8+ cd " $HOME /Ubuntu-Hyprland-24.04"
79chmod +x install.sh
810./install.sh
You can’t perform that action at this time.
0 commit comments