Update hyprland-install-script.sh
parent
92b9bd4e62
commit
5ca5bd49be
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue