From e331c77b463ceec01961772803f6b37c9ef2668c Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 10 Jun 2018 18:42:25 +0200 Subject: [PATCH] ppa oibaf removed, not reliable ? --- core_functions.sh | 1 - menus_functions_ub1604.sh | 4 ---- menus_functions_ub1804.sh | 4 ---- repo_functions_ub1604.sh | 9 --------- repo_functions_ub1804.sh | 9 --------- yggdrasil.sh | 13 +------------ 6 files changed, 1 insertion(+), 39 deletions(-) diff --git a/core_functions.sh b/core_functions.sh index 127ccc6..ef153f4 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -631,7 +631,6 @@ function usage () { printf " "$BOLDVERT"-s"$NORMAL" : install Solaar for Logitech Unifying devices\n" printf " "$BOLDVERT"-t"$NORMAL" : install TLP for Laptops and low energy usage\n" printf " "$BOLDVERT"-n"$NORMAL" : install lastest Nvidia graphic drivers\n" - printf " "$BOLDVERT"-g"$NORMAL" : install lastest free graphic drivers (nouveau, amdgpu, ati, intel), mesa, ...\n" printf " "$BOLDVERT"-k"$NORMAL" : update system to the latest kernel\n" printf " "$BOLDVERT"-u"$NORMAL" : update system (apt,snap,...)\n" printf " "$BOLDVERT"-p"$NORMAL" : clean useless packages\n" diff --git a/menus_functions_ub1604.sh b/menus_functions_ub1604.sh index 1c5146f..d247640 100644 --- a/menus_functions_ub1604.sh +++ b/menus_functions_ub1604.sh @@ -413,7 +413,6 @@ function showHardwareMenu () { "solaar" "Solaar for Logitech Unifying devices" \ "webcam" "Install webcam neede apps" \ "microcode" "Update Intel/AMD CPU microcode" \ - "oibaf" "latest version of free graphic drivers, mesa, ..." \ "nvidia370" "Install Nvidia 370 graphic drivers" \ "nvidia375" "Install Nvidia 375 graphic drivers" \ "nvidia378" "Install Nvidia 378 graphic drivers" \ @@ -440,9 +439,6 @@ function showHardwareMenu () { "microcode") updateMicrocode ;; - "oibaf") - installOibafMenu - ;; "nvidia370") installNvidia370Menu ;; diff --git a/menus_functions_ub1804.sh b/menus_functions_ub1804.sh index f0d3ee2..9b608ca 100644 --- a/menus_functions_ub1804.sh +++ b/menus_functions_ub1804.sh @@ -413,7 +413,6 @@ function showHardwareMenu () { "solaar" "Solaar for Logitech Unifying devices" \ "webcam" "Install webcam neede apps" \ "microcode" "Update Intel/AMD CPU microcode" \ - "oibaf" "latest version of free graphic drivers, mesa, ..." \ "nvidia384" "Install Nvidia 384 graphic drivers" \ "nvidia387" "Install Nvidia 387 graphic drivers" \ "nvidia390" "Install Nvidia 390 graphic drivers" \ @@ -436,9 +435,6 @@ function showHardwareMenu () { "microcode") updateMicrocode ;; - "oibaf") - installOibafMenu - ;; "nvidia384") installNvidia384Menu ;; diff --git a/repo_functions_ub1604.sh b/repo_functions_ub1604.sh index 3fcd1c7..8453332 100644 --- a/repo_functions_ub1604.sh +++ b/repo_functions_ub1604.sh @@ -660,15 +660,6 @@ function addRepo_DhorMyWay () { addPPA ppa:dhor/myway } -# -# Oibaf -# - newest versions of free/open GPU drivers -# - newest versions of Mesa, .... -# -function addRepo_Oibaf () { - addPPA ppa:oibaf/graphics-drivers -} - # # Nvidia drivers # diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index 088619d..9081d73 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -553,15 +553,6 @@ function addRepo_DhorMyWay () { addPPA ppa:dhor/myway } -# -# Oibaf -# - newest versions of free/open GPU drivers -# - newest versions of Mesa, .... -# -function addRepo_Oibaf () { - addPPA ppa:oibaf/graphics-drivers -} - # # Nvidia drivers # diff --git a/yggdrasil.sh b/yggdrasil.sh index 26ac271..b32a634 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -60,7 +60,7 @@ echo "--[ Yggdrasil log ]--[ "$cDate" ]--[ "$cTime" ]-----------------------" >> # # arguments/options management with getopts -while getopts ":h,v,f,c,u,a,d,q,s,t,n,g,w,p,k,T" option; do +while getopts ":h,v,f,c,u,a,d,q,s,t,n,w,p,k" option; do case "$option" in a) # install all apps if [ $ygginitCount = false ]; then @@ -229,17 +229,6 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,n,g,w,p,k,T" option; do msg "Installing Nvidia Latest Driver" installNvidia396 ;; - g) # latest feee graphic drivers, mesa, ... - if [ $ygginitCount = false ]; then - msg "Initializing" - yggInit - msg "Updating the system" - updateSystem - ygginitCount=true - fi - msg "Installing Free Graphic Drivers" - installOibaf - ;; k) if [ $ygginitCount = false ]; then msg "Initializing"