forked from RP1/RaveOS-arch
added hyprland installer
This commit is contained in:
parent
aa63cdcd25
commit
fd52d41734
1 changed files with 5 additions and 5 deletions
|
@ -35,12 +35,9 @@ Locale=$(echo $LANG)
|
||||||
sudo pacman -S gnome-disk-utility gnome-system-monitor eog flatpak base-devel bash-completion gedit gnome-calculator baobab ffmpeg git xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent hblock nano qt5-wayland meson rsync zenity amd-ucode intel-ucode mesa-utils gvfs gvfs-smb wmctrl zsh python-setuptools --noconfirm
|
sudo pacman -S gnome-disk-utility gnome-system-monitor eog flatpak base-devel bash-completion gedit gnome-calculator baobab ffmpeg git xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent hblock nano qt5-wayland meson rsync zenity amd-ucode intel-ucode mesa-utils gvfs gvfs-smb wmctrl zsh python-setuptools --noconfirm
|
||||||
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
||||||
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
# Start systemwide adblocker
|
||||||
hblock
|
hblock
|
||||||
|
|
||||||
# Hyprland
|
|
||||||
yay -S hyprland-meta-git --noconfirm --sudoloop --save
|
|
||||||
|
|
||||||
|
|
||||||
# Downloading RavePkg
|
# Downloading RavePkg
|
||||||
|
|
||||||
mkdir cosmetics
|
mkdir cosmetics
|
||||||
|
@ -55,7 +52,10 @@ Locale=$(echo $LANG)
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd -
|
cd -
|
||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
|
|
||||||
|
# Hyprland
|
||||||
|
yay -S hyprland-meta-git --noconfirm --sudoloop --save
|
||||||
|
|
||||||
# Flatseal - Flatpak app jogosultság beállító
|
# Flatseal - Flatpak app jogosultság beállító
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue