Skip to content

Commit 23f04ce

Browse files
committed
Draft.
1 parent 33a7569 commit 23f04ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_prog/core-micro.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,11 @@ _create_ingredientVM_online() {
352352

353353

354354
_messagePlain_nominal '_get_veracrypt'
355-
_create_ingredientVM_ubiquitous_bash '_get_veracrypt'
355+
_create_ingredientVM_ubiquitous_bash '_get_veracrypt' 2> >(tail -n 200 >&2)
356356

357357

358358
_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)
360360

361361

362362
_messagePlain_nominal 'nix package manager'

ubiquitous_bash.sh

+3-3
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='920261428'
39+
export ub_setScriptChecksum_contents='82982186'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -55855,11 +55855,11 @@ _create_ingredientVM_online() {
5585555855

5585655856

5585755857
_messagePlain_nominal '_get_veracrypt'
55858-
_create_ingredientVM_ubiquitous_bash '_get_veracrypt'
55858+
_create_ingredientVM_ubiquitous_bash '_get_veracrypt' 2> >(tail -n 200 >&2)
5585955859

5586055860

5586155861
_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)
5586355863

5586455864

5586555865
_messagePlain_nominal 'nix package manager'

0 commit comments

Comments
 (0)