Created
December 27, 2016 06:05
-
-
Save GitHub30/a2950a999ce276e1214e7dbb936f2069 to your computer and use it in GitHub Desktop.
Install all ubuntu wallpaper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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