ppa oibaf removed, not reliable ?
This commit is contained in:
parent
bf2e4fc9bb
commit
e331c77b46
6 changed files with 1 additions and 39 deletions
|
@ -631,7 +631,6 @@ function usage () {
|
||||||
printf " "$BOLDVERT"-s"$NORMAL" : install Solaar for Logitech Unifying devices\n"
|
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"-t"$NORMAL" : install TLP for Laptops and low energy usage\n"
|
||||||
printf " "$BOLDVERT"-n"$NORMAL" : install lastest Nvidia graphic drivers\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"-k"$NORMAL" : update system to the latest kernel\n"
|
||||||
printf " "$BOLDVERT"-u"$NORMAL" : update system (apt,snap,...)\n"
|
printf " "$BOLDVERT"-u"$NORMAL" : update system (apt,snap,...)\n"
|
||||||
printf " "$BOLDVERT"-p"$NORMAL" : clean useless packages\n"
|
printf " "$BOLDVERT"-p"$NORMAL" : clean useless packages\n"
|
||||||
|
|
|
@ -413,7 +413,6 @@ function showHardwareMenu () {
|
||||||
"solaar" "Solaar for Logitech Unifying devices" \
|
"solaar" "Solaar for Logitech Unifying devices" \
|
||||||
"webcam" "Install webcam neede apps" \
|
"webcam" "Install webcam neede apps" \
|
||||||
"microcode" "Update Intel/AMD CPU microcode" \
|
"microcode" "Update Intel/AMD CPU microcode" \
|
||||||
"oibaf" "latest version of free graphic drivers, mesa, ..." \
|
|
||||||
"nvidia370" "Install Nvidia 370 graphic drivers" \
|
"nvidia370" "Install Nvidia 370 graphic drivers" \
|
||||||
"nvidia375" "Install Nvidia 375 graphic drivers" \
|
"nvidia375" "Install Nvidia 375 graphic drivers" \
|
||||||
"nvidia378" "Install Nvidia 378 graphic drivers" \
|
"nvidia378" "Install Nvidia 378 graphic drivers" \
|
||||||
|
@ -440,9 +439,6 @@ function showHardwareMenu () {
|
||||||
"microcode")
|
"microcode")
|
||||||
updateMicrocode
|
updateMicrocode
|
||||||
;;
|
;;
|
||||||
"oibaf")
|
|
||||||
installOibafMenu
|
|
||||||
;;
|
|
||||||
"nvidia370")
|
"nvidia370")
|
||||||
installNvidia370Menu
|
installNvidia370Menu
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -413,7 +413,6 @@ function showHardwareMenu () {
|
||||||
"solaar" "Solaar for Logitech Unifying devices" \
|
"solaar" "Solaar for Logitech Unifying devices" \
|
||||||
"webcam" "Install webcam neede apps" \
|
"webcam" "Install webcam neede apps" \
|
||||||
"microcode" "Update Intel/AMD CPU microcode" \
|
"microcode" "Update Intel/AMD CPU microcode" \
|
||||||
"oibaf" "latest version of free graphic drivers, mesa, ..." \
|
|
||||||
"nvidia384" "Install Nvidia 384 graphic drivers" \
|
"nvidia384" "Install Nvidia 384 graphic drivers" \
|
||||||
"nvidia387" "Install Nvidia 387 graphic drivers" \
|
"nvidia387" "Install Nvidia 387 graphic drivers" \
|
||||||
"nvidia390" "Install Nvidia 390 graphic drivers" \
|
"nvidia390" "Install Nvidia 390 graphic drivers" \
|
||||||
|
@ -436,9 +435,6 @@ function showHardwareMenu () {
|
||||||
"microcode")
|
"microcode")
|
||||||
updateMicrocode
|
updateMicrocode
|
||||||
;;
|
;;
|
||||||
"oibaf")
|
|
||||||
installOibafMenu
|
|
||||||
;;
|
|
||||||
"nvidia384")
|
"nvidia384")
|
||||||
installNvidia384Menu
|
installNvidia384Menu
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -660,15 +660,6 @@ function addRepo_DhorMyWay () {
|
||||||
addPPA ppa:dhor/myway
|
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
|
# Nvidia drivers
|
||||||
#
|
#
|
||||||
|
|
|
@ -553,15 +553,6 @@ function addRepo_DhorMyWay () {
|
||||||
addPPA ppa:dhor/myway
|
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
|
# Nvidia drivers
|
||||||
#
|
#
|
||||||
|
|
13
yggdrasil.sh
13
yggdrasil.sh
|
@ -60,7 +60,7 @@ echo "--[ Yggdrasil log ]--[ "$cDate" ]--[ "$cTime" ]-----------------------" >>
|
||||||
#
|
#
|
||||||
# arguments/options management with getopts
|
# 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
|
case "$option" in
|
||||||
a) # install all apps
|
a) # install all apps
|
||||||
if [ $ygginitCount = false ]; then
|
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"
|
msg "Installing Nvidia Latest Driver"
|
||||||
installNvidia396
|
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)
|
k)
|
||||||
if [ $ygginitCount = false ]; then
|
if [ $ygginitCount = false ]; then
|
||||||
msg "Initializing"
|
msg "Initializing"
|
||||||
|
|
Loading…
Reference in a new issue