mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
mint-y-theme: Use variable instead of hard coded commit ID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
b7ddd3d4a6
commit
ba8e3b3cdc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c https://github.com/linuxmint/mint-y-theme/archive/660ab557e89006759c848c66b6b5174f2c6c566d.zip
|
||||
wget -c https://github.com/linuxmint/mint-y-theme/archive/$COMMITVER.zip
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue