X-Git-Url: https://git.danix.xyz/?p=lxqt-slackware.git;a=blobdiff_plain;f=DOWNLOAD.sh;h=044e10008b4df78b4b800aaec63937476fd96cd9;hp=d931ce91d01025b773d1efe9ec774fb281a60435;hb=HEAD;hpb=c01fcab132e43e8d2a603db692a66d867acf99ee diff --git a/DOWNLOAD.sh b/DOWNLOAD.sh index d931ce9..044e100 100755 --- a/DOWNLOAD.sh +++ b/DOWNLOAD.sh @@ -1,7 +1,7 @@ #! /bin/bash # Download the superproject and all submodules for LXQT -# LXQT VERSION 0.15.0 +# LXQT VERSION 0.16.0 set -e @@ -25,7 +25,7 @@ $GIT submodule init || echo "error initializing submodules" >> $ERROR_LOG # checkout every submodule $GIT submodule update --remote --rebase || echo "error during checkout of submodules" >> $ERROR_LOG -# return to main directory +# return to main directory cd $CWD # we grab the module's version numbers before deleting everything git related