mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01:00
Compare commits
11 Commits
d84566a359
...
3871c9fdcd
Author | SHA1 | Date | |
---|---|---|---|
|
3871c9fdcd | ||
|
e5fdbfff7d | ||
|
6e20e3366a | ||
|
7ec3333f82 | ||
|
f37778dc21 | ||
|
2b17c04898 | ||
|
7fa4d2dcf0 | ||
|
ad05a0d468 | ||
|
5731a9b855 | ||
|
d69c4e1de8 | ||
|
b83cee7ef7 |
@ -1,13 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Hyprland JaKooLit"
|
||||
. ../../common-script.sh
|
||||
|
||||
printf "%b\n" "${YELLOW}Starting Hyprland JaKooLit installation${RC}"
|
||||
|
||||
if ! pacman -Q base-devel &>/dev/null; then
|
||||
echo "Installing base-devel..."
|
||||
sudo pacman -S --noconfirm base-devel
|
||||
printf "%b\n" "${YELLOW}Installing base-devel...${RC}"
|
||||
"$ESCALATION_TOOL" pacman -S --noconfirm base-devel
|
||||
fi
|
||||
|
||||
git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprland
|
||||
cd ~/Arch-Hyprland
|
||||
git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git "$HOME/Arch-Hyprland" || { printf "%b\n" "${RED}Failed to clone Jakoolits Arch-Hyprland repo${RC}"; exit 1; }
|
||||
cd "$HOME/Arch-Hyprland"
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
|
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ../../common-script.sh
|
||||
|
||||
echo "Hyprland JaKooLit"
|
||||
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland
|
||||
cd ~/Debian-Hyprland
|
||||
git 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; }
|
||||
cd "$HOME/Debian-Hyprland"
|
||||
chmod +x install.sh
|
||||
./install.sh
|
@ -3,6 +3,6 @@
|
||||
echo "Hyprland JaKooLit"
|
||||
|
||||
git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~/Fedora-Hyprland
|
||||
cd ~/Fedora-Hyprland
|
||||
cd "$HOME/Fedora-Hyprland"
|
||||
chmod +x install.sh
|
||||
./install.sh
|
Loading…
x
Reference in New Issue
Block a user