diff --git a/install.sh b/install.sh index ee44636514..2c525c25d9 100755 --- a/install.sh +++ b/install.sh @@ -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 }