parent
b6f400f718
commit
f984883c9b
|
@ -2927,7 +2927,7 @@ installRemoteModule() {
|
||||||
snuffleupagus)
|
snuffleupagus)
|
||||||
if test -z "$installRemoteModule_path"; then
|
if test -z "$installRemoteModule_path"; then
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
installRemoteModule_version=0.8.0
|
installRemoteModule_version=0.8.1
|
||||||
fi
|
fi
|
||||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
||||||
cd "$installRemoteModule_src/src"
|
cd "$installRemoteModule_src/src"
|
||||||
|
|
Loading…
Reference in New Issue