Skip to content

Commit 116cab2

Browse files
committed
Draft.
1 parent 342185c commit 116cab2

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

_prog/core.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,15 @@ _ubDistFetch() {
207207
! _messagePlain_probe_cmd _gitBest clone --depth 1 --bare [email protected]:realthunder/FreeCAD.git && _core_FAIL
208208
fi
209209
! [[ -e "$scriptLib"/core/installations/FreeCAD ]] && ! [[ -e "$scriptLib"/core/installations/FreeCAD.git ]] && _core_FAIL 'missing: FreeCAD'
210-
210+
211+
212+
213+
214+
215+
_ubDistFetch_gitBestFetch_github_distllc "$scriptLib"/core/installations CAD_Assistant
216+
217+
218+
211219

212220

213221
if ! [[ -e "$scriptLib"/core/installations/gr-pipe ]]

ubiquitous_bash.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
3636
#export ub_setScriptChecksum_disable='true'
3737
( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
3838
export ub_setScriptChecksum_header='2591634041'
39-
export ub_setScriptChecksum_contents='3893010377'
39+
export ub_setScriptChecksum_contents='2670694518'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -20160,7 +20160,15 @@ _ubDistFetch() {
2016020160
! _messagePlain_probe_cmd _gitBest clone --depth 1 --bare [email protected]:realthunder/FreeCAD.git && _core_FAIL
2016120161
fi
2016220162
! [[ -e "$scriptLib"/core/installations/FreeCAD ]] && ! [[ -e "$scriptLib"/core/installations/FreeCAD.git ]] && _core_FAIL 'missing: FreeCAD'
20163-
20163+
20164+
20165+
20166+
20167+
20168+
_ubDistFetch_gitBestFetch_github_distllc "$scriptLib"/core/installations CAD_Assistant
20169+
20170+
20171+
2016420172

2016520173

2016620174
if ! [[ -e "$scriptLib"/core/installations/gr-pipe ]]

0 commit comments

Comments
 (0)