Fix capitalization
This commit is contained in:
parent
66b6451532
commit
955ec704e8
@ -4,4 +4,4 @@ echo "~> Grabbing a random image from unsplash.com..."
|
|||||||
|
|
||||||
mkdir -p /mnt/etc/wallpapers/
|
mkdir -p /mnt/etc/wallpapers/
|
||||||
|
|
||||||
wget https://unsplash.com/photos/$(curl https://unsplash.com/search/photos/forest | grep -oE "photo=([a-zA-Z0-9_\\-]*)" | shuf -n 1 | sed -e "s/photo=//g")/download -o /mnt/etc/wallpapers/forest.jpg
|
wget https://unsplash.com/photos/$(curl https://unsplash.com/search/photos/forest | grep -oE "photo=([a-zA-Z0-9_\\-]*)" | shuf -n 1 | sed -e "s/photo=//g")/download -O /mnt/etc/wallpapers/forest.jpg
|
||||||
|
Loading…
Reference in New Issue
Block a user