From 48a8a531fe746959930fd42b6f01d415dd44722c Mon Sep 17 00:00:00 2001 From: Jerry Gamblin <@jgamblin> Date: Sun, 8 Nov 2020 13:47:34 -0600 Subject: [PATCH] Update workstationinstall.sh --- workstationinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstationinstall.sh b/workstationinstall.sh index 3592e34..161674f 100644 --- a/workstationinstall.sh +++ b/workstationinstall.sh @@ -16,7 +16,7 @@ cd /tools || exit # Set Background Images mkdir -p images cd images || exit -wget https://i.redd.it/ngu5ofssout01.png-O background.gif +wget https://i.redd.it/ngu5ofssout01.png -O background.gif gsettings set org.gnome.desktop.background picture-uri "/tools/images/background.gif" cd .. || exit