Automate gnome optional dependencies
This commit is contained in:
@@ -24,6 +24,9 @@ if [[ $d == "Debian" ]]; then
|
||||
sudo apt install -y curl git
|
||||
elif [[ $d == "Arch" ]]; then
|
||||
sudo pacman -Sy curl git
|
||||
sudo pacman -Sy gnome power-profiles-daemon fwupd gst-plugin-pipewire # Gnome and optional dependencies.
|
||||
sudo systemctl enable power-profiles-daemon
|
||||
sudo systemctl start power-profiles-daemon
|
||||
elif [[ $d == "Fedora" ]]; then
|
||||
sudo dnf install curl git
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user