Update setup to not suppress messaging

This commit is contained in:
wheaney 2024-05-10 14:01:28 -07:00
parent 50773d87ee
commit 4afbee4598
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ chown -R $USER:$USER $DATA_DIR
chmod -R 755 $DATA_DIR
echo "Installing the breezydesktop@xronlinux.com GNOME extension"
gnome-extensions install --force --quiet breezydesktop@xronlinux.com.shell-extension.zip > /dev/null 2>&1
gnome-extensions install --force breezydesktop@xronlinux.com.shell-extension.zip
echo "Installing the Breezy Desktop UI Flatpak"
flatpak install --noninteractive --reinstall com.xronlinux.BreezyDesktop.flatpak > /dev/null 2>&1
flatpak install --noninteractive --reinstall com.xronlinux.BreezyDesktop.flatpak
# set up the XREAL driver using the local binary
echo "Installing xrealAirLinuxDriver"