Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created December 27, 2016 06:05
Show Gist options
  • Save GitHub30/a2950a999ce276e1214e7dbb936f2069 to your computer and use it in GitHub Desktop.
Save GitHub30/a2950a999ce276e1214e7dbb936f2069 to your computer and use it in GitHub Desktop.
Install all ubuntu wallpaper
suggests=$(apt-cache show ubuntu-wallpapers | grep -oP '(?<=^Suggests: ).*' | sed 's/,//g')
sudo apt install $suggests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment