Update hyprland-install-script.sh

main
The_miro 2024-11-11 11:04:18 +01:00
parent 92b9bd4e62
commit 5ca5bd49be
1 changed files with 14 additions and 1 deletions

View File

@ -64,4 +64,17 @@ xorg-xinit \
yay-debug \ yay-debug \
zip \ zip \
zram-generator \ zram-generator \
zsh \ zsh
cd ~
mkdir install-tmp
cd install-tmp
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay --version
cd ~/install-tmp
chsh -s /usr/bin/zsh
homectl update --shell=/usr/bin/zsh