Skip to content

Commit

Permalink
# branch="--branch=$FLUXBOX_VER"
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 5, 2023
1 parent 485f945 commit bd2fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/src/fluxbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ log "Downloading FLUXBOX..."
rm -rf /tmp/fluxbox; # mkdir -p /tmp/fluxbox
# down_catfile ${FLUXBOX_URL} | tar -zx --strip 1 -C /tmp/fluxbox
# https://dl.suckless.org/fluxbox/fluxbox-0.8.4.tar.gz
branch="--branch=$FLUXBOX_VER"
# branch="--branch=$FLUXBOX_VER"
git clone --depth=1 $branch https://gitee.com/g-system/fk-fluxbox /tmp/fluxbox #;
log "Configuring FLUXBOX..."
cd /tmp/fluxbox #&& ./bootstrap;
Expand Down

0 comments on commit bd2fc03

Please sign in to comment.