Skip to content

Commit 5deb5e9

Browse files
committed
Last fixes after testing in VM
1 parent b9e48f9 commit 5deb5e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ so if you're trying to install them on an X11 DE, you might want to check their
9292

9393
If you don't want to run the `install.sh` script manually, paste and run this into your terminal to run an all-in-one command:
9494
```sh
95-
git clone https://github.com/Ascaniolamp/Hyprlain.git && cd Hyprlain/src && ./install.sh
95+
sudo pacman -Syu --needed git && git clone https://github.com/Ascaniolamp/Hyprlain.git && cd Hyprlain/src && ./install.sh
9696
```
9797

9898
If you only want to download a single theme or configuration,

src/hyprland/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ fi
1010

1111
downdependencies "${GITSRC}/pacpkgs.lst" "${GITSRC}/aurpkgs.lst"
1212

13-
echo -e "${GREEN}If zsh opens a new shell, simply close it by typing 'exit'!${NOCOLOR}"; pause
13+
echo -e "${GREEN}When zsh opens a new shell, simply close it by typing 'exit'!${NOCOLOR}"; pause
1414
handleold "$BAKORDEL" "${HOME}/.oh-my-zsh"
15-
RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
15+
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
1616

1717
getpkg jq
1818
IMGPATH="${HOME}/.config/assets/media/imgs/icons/favicon_32px.png"

src/hyprland/src/pacpkgs.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipewire
2020
pipewire-alsa
2121
pipewire-jack
2222
pipewire-pulse
23-
missioncenter
23+
mission-center
2424
rofi-calc
2525
rofi-emoji
2626
rofi-wayland

0 commit comments

Comments
 (0)