We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29fd6d commit ea30b98Copy full SHA for ea30b98
makedisk.sh
@@ -72,7 +72,7 @@ validate_locale() {
72
prepare_cpmtools() {
73
if [[ ! -d cpmtools ]]; then
74
log "Cloning cpmtools repository..."
75
- git clone https://github.com/lipro-cpm4l/cpmtools.git
+ git clone -b cpm4l/cpmtools-2.21 https://github.com/lipro-cpm4l/cpmtools.git
76
fi
77
78
pushd cpmtools > /dev/null
0 commit comments