Skip to content

Commit

Permalink
Make VLC optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Oct 25, 2024
1 parent e8ab533 commit 225a947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ fi
install_packages silent xserver-xorg x11-xserver-utils x11-utils xinit openbox unclutter-xfixes \
chromium-browser feh ttf-mscorefonts-installer fonts-crosextra-carlito \
fonts-crosextra-caladea \
$( [ "$INSTALL_VLC" == "y" ] && echo "vlc" ) \
$( [ "$INSTALL_VNC" == "y" ] && echo "realvnc-vnc-server" )
"$( [ "$INSTALL_VLC" == "y" ] && echo "vlc" )" \
"$( [ "$INSTALL_VNC" == "y" ] && echo "realvnc-vnc-server" )"

# Set up the fallback wallpaper
sudo mkdir -p /var/fallback
Expand Down

0 comments on commit 225a947

Please sign in to comment.