From 69303f182191251089c309dd094431d88031b0e3 Mon Sep 17 00:00:00 2001 From: Thierry Date: Wed, 22 Oct 2025 18:43:36 +0000 Subject: [PATCH] Update Installation_Linux/Rocky/Install.bsh --- Installation_Linux/Rocky/Install.bsh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Installation_Linux/Rocky/Install.bsh b/Installation_Linux/Rocky/Install.bsh index 0879098..667f97b 100644 --- a/Installation_Linux/Rocky/Install.bsh +++ b/Installation_Linux/Rocky/Install.bsh @@ -89,7 +89,6 @@ sudo dnf install kernel-headers-$(uname -r) kernel-devel-$(uname -r) tar bzip2 m sudo dnf module install nvidia-driver:latest-dkms -y sudo yum install nvidia-detect sudo yum install nvidia-xconfig - ##sudo dnf install freeglut-devel libX11-devel libXi-devel libXmu-devel make mesa-libGLU-devel freeimage-devel libglfw3-devel -y sudo dnf install freeglut-devel libX11-devel libXi-devel libXmu-devel make mesa-libGLU-devel -y sudo grubby --args="nouveau.modeset=0 rd.driver.blacklist=nouveau" --update-kernel=ALL @@ -128,18 +127,6 @@ sudo wget https://icon-library.com/images/calibre-icon/calibre-icon-27.jpg && su echo -e '[Desktop Entry]\nName=Calibre\nExec=/opt/calibre/calibre\nIcon=/opt/calibre/calibre.jpg\nType=Application\nCategories=Office;Utility;\nTerminal=false' > ~/.local/share/applications/calibre.desktop - -####### -# Gimp a tester -###### -sudo dnf check-update -sudo dnf update -sudo dnf install epel-release -sudo dnf config-manager --set-enabled crb -dnf repolist enabled -sudo dnf install gimp -y - - ########### # Darktable ?? ###########