mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Github bot : script beautyshied
This commit is contained in:
@@ -19,16 +19,16 @@ if bashio::config.has_value 'graphic_drivers'; then
|
||||
apt-get update
|
||||
apt-get install -yqq -- *nvidia* >/dev/null
|
||||
echo "... done"
|
||||
;;
|
||||
;;
|
||||
|
||||
"radeon")
|
||||
apt-get update
|
||||
apt-get install -yqq -- *radeon* >/dev/null
|
||||
echo "... done"
|
||||
;;
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "... no drivers selected"
|
||||
echo "... no drivers selected"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user