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