Skip to content

Commit

Permalink
Papirus Installer: EXTRA_THEMES= may be empty
Browse files Browse the repository at this point in the history
It allows to install Papirus icon theme only, without any extras.

For example:
    EXTRA_THEMES= sh install.sh
  • Loading branch information
SmartFinn committed Nov 2, 2023
1 parent 0bf0ba8 commit d686ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat <<- EOF
EOF

: "${DESTDIR:=/usr/share/icons}"
: "${EXTRA_THEMES:=ePapirus ePapirus-Dark Papirus-Dark Papirus-Light}"
: "${EXTRA_THEMES=ePapirus ePapirus-Dark Papirus-Dark Papirus-Light}"
: "${TAG:=master}"
: "${uninstall:=false}"

Expand Down

0 comments on commit d686ef1

Please sign in to comment.