forked from RP1/RaveOS-arch
Compare commits
No commits in common. "3c435e5e9841df17775fba38a6cfc6c355112727" and "c6bd3991edb8ab9b7b23dccb54ceb72b0e4e4393" have entirely different histories.
3c435e5e98
...
c6bd3991ed
2 changed files with 3 additions and 15 deletions
15
3progs.sh
15
3progs.sh
|
@ -21,7 +21,7 @@ sudo rm /usr/share/applications/bvnc.desktop
|
||||||
|
|
||||||
|
|
||||||
# Steam GPU Grep from Lordify
|
# Steam GPU Grep from Lordify
|
||||||
# nVidia=$(lspci -P | grep "NVIDIA" -c)
|
nVidia=$(lspci -P | grep "NVIDIA" -c)
|
||||||
|
|
||||||
|
|
||||||
# Zenity ablak megjelenítése
|
# Zenity ablak megjelenítése
|
||||||
|
@ -86,7 +86,6 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
||||||
FALSE "Vibrant - Szín szaturáció beállító program" \
|
FALSE "Vibrant - Szín szaturáció beállító program" \
|
||||||
FALSE "Vivaldi - webböngésző" \
|
FALSE "Vivaldi - webböngésző" \
|
||||||
FALSE "VLC - médialejátszó" \
|
FALSE "VLC - médialejátszó" \
|
||||||
FALSE "Vulkan-radeon - Ha nem mennek a jatekok AMD kartyaval tedd ezt fel!" \
|
|
||||||
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
|
FALSE "Windows 11 Telepítő - Csak Profiknak!" \
|
||||||
FALSE "XPadNeo - XBox Controller Support" \
|
FALSE "XPadNeo - XBox Controller Support" \
|
||||||
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
|
FALSE "Zenpower3 - AMD CPU Feszultseg, Aramerosseg es Fogyasztas Monitorozas" )
|
||||||
|
@ -509,18 +508,6 @@ if [[ $user_choice = *"VLC - médialejátszó"* ]]; then
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $user_choice = *"Vulkan-radeon - Ha nem mennek a jatekok AMD kartyaval tedd ezt fel!"* ]]; then
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo Installing ${bold}${yellow}Vulkan Radeon${normal}
|
|
||||||
|
|
||||||
sudo pacman -S vulkan-radeon lib32-vulkan-radeon --noconfirm
|
|
||||||
|
|
||||||
echo ${bold}${yellow}Vulkan Radeon ${normal}installed.
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then
|
if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
|
|
@ -78,7 +78,7 @@ fi
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
||||||
sudo pacman -S sddm plasma-desktop plasma-wayland-protocols plasma-systemmonitor networkmanager-qt discover konsole fuse2 gnome-disk-utility ark kscreen plasma-pa dolphin inkscape ksystemstats networkmanager flatpak base-devel bash-completion kate kcalc baobab ffmpeg git gparted xdg-desktop-portal xdg-desktop-portal-gtk plasma-browser-integration xdg-desktop-portal-wlr ttf-ubuntu-font-family unzip wget glib2 glib2-devel hblock nano qt5-wayland meson rsync zenity mesa-utils gvfs gvfs-mtp gvfs-smb android-tools wmctrl python-setuptools qt5-graphicaleffects qt5-quickcontrols2 ufw gufw spectacle rebuild-detector gwenview plasma-framework5 --noconfirm
|
sudo pacman -S sddm plasma-desktop plasma-wayland-protocols plasma-systemmonitor networkmanager-qt discover konsole fuse2 gnome-disk-utility ark kscreen plasma-pa inkscape ksystemstats networkmanager flatpak base-devel bash-completion kate kcalc baobab ffmpeg git gparted xdg-desktop-portal xdg-desktop-portal-gtk plasma-browser-integration xdg-desktop-portal-wlr ttf-ubuntu-font-family unzip wget glib2 glib2-devel hblock nano qt5-wayland meson rsync zenity mesa-utils gvfs gvfs-mtp gvfs-smb android-tools wmctrl python-setuptools qt5-graphicaleffects qt5-quickcontrols2 ufw gufw spectacle rebuild-detector gwenview plasma-framework5 --noconfirm
|
||||||
sudo systemctl enable NetworkManager.service
|
sudo systemctl enable NetworkManager.service
|
||||||
sudo systemctl enable sddm.service
|
sudo systemctl enable sddm.service
|
||||||
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
|
||||||
|
@ -102,6 +102,7 @@ set -e
|
||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
yay -S otf-san-francisco --noconfirm --sudoloop --save
|
yay -S otf-san-francisco --noconfirm --sudoloop --save
|
||||||
yay -S konsave --noconfirm
|
yay -S konsave --noconfirm
|
||||||
|
yay -S dolphin --noconfirm
|
||||||
|
|
||||||
# Flatseal - Flatpak app jogosultság beállító
|
# Flatseal - Flatpak app jogosultság beállító
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue