Github bot : script beautyshied

This commit is contained in:
github-actions
2023-01-29 00:13:21 +00:00
parent 6201049b52
commit 337cfe1048

View File

@@ -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