Delete sudo before papirus-folders command #1250

This commit is contained in:
Sergei Eremenko 2018-05-02 07:13:12 +03:00
parent d65510ede2
commit 875898fede

View file

@ -77,7 +77,7 @@ _install() {
# Try to restore the color of folders from a config
if which papirus-folders > /dev/null 2>&1; then
sudo papirus-folders -R || true
papirus-folders -R || true
fi
}