fix missing check
This commit is contained in:
@@ -405,9 +405,11 @@ setup_fwupd() {
|
|||||||
# function name : setup OpenRGB
|
# function name : setup OpenRGB
|
||||||
# Description: Install OpenRGB for RGB devices control
|
# Description: Install OpenRGB for RGB devices control
|
||||||
setup_openrgb() {
|
setup_openrgb() {
|
||||||
install_package openrgb
|
if whiptail --title "Setup fwupd" --yesno "Would you like to setup OpenRGB?" 10 60; then
|
||||||
sudo gpasswd -a "$USER" plugdev
|
install_package openrgb
|
||||||
sudo systemctl enable --now openrgb
|
sudo gpasswd -a "$USER" plugdev
|
||||||
|
sudo systemctl enable --now openrgb
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# function name : setup browser
|
# function name : setup browser
|
||||||
|
|||||||
Reference in New Issue
Block a user