Skip to content

Commit b6355ee

Browse files
committed
Draft.
1 parent e60289a commit b6355ee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_prog/core.sh

+5
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,11 @@ _create_ubDistBuild-rotten_install-core() {
764764

765765
_messageNormal 'chroot: rotten_install: core: extra'
766766

767+
768+
_getMost_backend_aptGetInstall gnucash
769+
770+
771+
767772
# Alternative generated by ChatGPT 3.5 2023-08-14 . Discouraged unless git tags are not well maintained.
768773
# curl -s "https://github.com/microsoft/WSL2-Linux-Kernel/releases" | grep -o '<a href="/microsoft/WSL2-Linux-Kernel/releases/tag/[^"]*' | sed -E 's/.*tag\/([^"]+)/\1/' | sort -V -r
769774

ubiquitous_bash.sh

+6-1
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='3905259021'
39+
export ub_setScriptChecksum_contents='3806091135'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -43126,6 +43126,11 @@ _create_ubDistBuild-rotten_install-core() {
4312643126

4312743127
_messageNormal 'chroot: rotten_install: core: extra'
4312843128

43129+
43130+
_getMost_backend_aptGetInstall gnucash
43131+
43132+
43133+
4312943134
# Alternative generated by ChatGPT 3.5 2023-08-14 . Discouraged unless git tags are not well maintained.
4313043135
# curl -s "https://github.com/microsoft/WSL2-Linux-Kernel/releases" | grep -o '<a href="/microsoft/WSL2-Linux-Kernel/releases/tag/[^"]*' | sed -E 's/.*tag\/([^"]+)/\1/' | sort -V -r
4313143136

0 commit comments

Comments
 (0)