File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -352,11 +352,11 @@ _create_ingredientVM_online() {
352
352
353
353
354
354
_messagePlain_nominal ' _get_veracrypt'
355
- _create_ingredientVM_ubiquitous_bash ' _get_veracrypt'
355
+ _create_ingredientVM_ubiquitous_bash ' _get_veracrypt' 2> >( tail -n 200 >&2 )
356
356
357
357
358
358
_messagePlain_nominal ' ollama install'
359
- curl -fsSL https://ollama.com/install.sh | _chroot sudo -n -u user sh
359
+ curl -fsSL https://ollama.com/install.sh | _chroot sudo -n -u user sh 2> >( tail -n 150 >&2 )
360
360
361
361
362
362
_messagePlain_nominal ' nix package manager'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
36
36
#export ub_setScriptChecksum_disable='true'
37
37
( [[ -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'
38
38
export ub_setScriptChecksum_header='2591634041'
39
- export ub_setScriptChecksum_contents='920261428 '
39
+ export ub_setScriptChecksum_contents='82982186 '
40
40
41
41
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
42
42
# WARNING: Performance may be crucial here.
@@ -55855,11 +55855,11 @@ _create_ingredientVM_online() {
55855
55855
55856
55856
55857
55857
_messagePlain_nominal '_get_veracrypt'
55858
- _create_ingredientVM_ubiquitous_bash '_get_veracrypt'
55858
+ _create_ingredientVM_ubiquitous_bash '_get_veracrypt' 2> >(tail -n 200 >&2)
55859
55859
55860
55860
55861
55861
_messagePlain_nominal 'ollama install'
55862
- curl -fsSL https://ollama.com/install.sh | _chroot sudo -n -u user sh
55862
+ curl -fsSL https://ollama.com/install.sh | _chroot sudo -n -u user sh 2> >(tail -n 150 >&2)
55863
55863
55864
55864
55865
55865
_messagePlain_nominal 'nix package manager'
You can’t perform that action at this time.
0 commit comments