Compare commits
2 Commits
0a3a70386a
...
eb7977318d
| Author | SHA1 | Date | |
|---|---|---|---|
| eb7977318d | |||
| 1b48fee531 |
@@ -18,7 +18,7 @@ shopt -s extglob
|
|||||||
#######################################
|
#######################################
|
||||||
installJRMC() {
|
installJRMC() {
|
||||||
|
|
||||||
_scriptversion="0.4"
|
_scriptversion="0.5"
|
||||||
_boardurl="https://yabb.jriver.com/interact/index.php/board,64.0.html"
|
_boardurl="https://yabb.jriver.com/interact/index.php/board,64.0.html"
|
||||||
_outputdir="$_basedir/output"
|
_outputdir="$_basedir/output"
|
||||||
_createrepo_webroot="/srv/jriver"
|
_createrepo_webroot="/srv/jriver"
|
||||||
@@ -626,7 +626,7 @@ EOF'
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Update package list
|
# Update package list
|
||||||
if ! _pkg_update; then
|
if ! _pkg_update > /dev/null 2>&1; then
|
||||||
err "Package update failed!"
|
err "Package update failed!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user