Optimized the Install Script
This commit is contained in:
parent
b354461fba
commit
98284010e7
2 changed files with 2 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
# Clearing the Screen
|
||||
clear
|
||||
|
||||
# Fixing the issue by using Software Rendering
|
||||
sudo flatpak override --env=__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/x86_64-linux-gnu/GL/default/share/glvnd/egl_vendor.d/50_mesa.json io.github.softfever.OrcaSlicer
|
|
@ -10,6 +10,7 @@ gnome_install() {
|
|||
|
||||
# Installing System Packages
|
||||
$SYS_INSTALL fractal
|
||||
$SYS_INSTALL cartridges
|
||||
|
||||
# Installing FLH Apps
|
||||
$FLH_INSTALL flathub ar.xjuan.Cambalache
|
||||
|
@ -73,9 +74,6 @@ kde() {
|
|||
kde_install
|
||||
}
|
||||
|
||||
|
||||
## HYPRLAND ##
|
||||
|
||||
# Functions
|
||||
install_yay() {
|
||||
# System Install Command
|
||||
|
@ -117,7 +115,7 @@ install_pacman() {
|
|||
|
||||
# Entertainment
|
||||
$SYS_INSTALL steam
|
||||
$SYS_INSTALL cartridges prismlauncher
|
||||
$SYS_INSTALL prismlauncher
|
||||
|
||||
# Graphics
|
||||
$SYS_INSTALL blender gimp
|
||||
|
|
Loading…
Reference in a new issue