Update gentoo-kde.sh

This commit is contained in:
verita84 2024-02-15 20:46:09 -07:00
parent 3ead7117e2
commit bfeea07d5d

View File

@ -59,7 +59,7 @@ DISTCC_HOSTS+=(192.168.0.44/2 192.168.0.146/2 192.168.0.153/2 192.168.0.148/2 19
DISTCC_LISTEN="192.168.0.0/24" DISTCC_LISTEN="192.168.0.0/24"
DISTCC_CORES="30" DISTCC_CORES="30"
#Add Masked Packages to the Array #Add Masked Packages to the Array
MASKED_PACKAGES+=(media-video/ffmpeg www-client/vivaldi-snapshot net-im/element-desktop-bin games-util/game-device-udev-rules games-util/lutris games-util/steam-launcher net-im/telegram-desktop-bin) MASKED_PACKAGES+=(media-video/ffmpeg net-im/element-desktop-bin games-util/game-device-udev-rules games-util/lutris games-util/steam-launcher net-im/telegram-desktop-bin)
partitionDetection() { partitionDetection() {
#This is used for the installer to do script-based actions #This is used for the installer to do script-based actions
EFI=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -1 | tail -1) EFI=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -1 | tail -1)