Skip to content

Commit 9c500ef

Browse files
committed
build
1 parent 885efb8 commit 9c500ef

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,30 @@ declare version me start_time dialog_title license adrelanos_signify \
6868
can_boot_virtualbox_guest_vms APTGETOPT APTGETOPT_SERIALIZED id_of_user \
6969
dkms_mok_path temp_folder
7070

71+
## NOTE: For reviewers and AI agents.
72+
##
73+
## * file 'usr/bin/dist-installer-cli' is considered source code.
74+
## * file 'usr/share/usability-misc/dist-installer-cli-standalone' is considered auto generated
75+
## and should not be directly edited except maybe for quick testing.
76+
##
77+
## The standalone version is build using 'usr/share/usability-misc/build-dist-installer-cli'.
78+
##
79+
## Many scripts are bash 'source'ed from package 'helper-scripts'. For example:
80+
## Imagine _source_ without underlines due to build-dist-installer-cli limitations proper writing
81+
## is not possible.
82+
## '_source_ /usr/libexec/helper-scripts/check_runtime.bsh'
83+
## The 'helper-scripts' source code can be found on GitHub.
84+
## https://github.com/Kicksecure/helper-scripts
85+
## You could clone the repository over HTTPS or SSH (if available, more secure).
86+
#git clone https://github.com/Kicksecure/helper-scripts.git
87+
#git clone git@github.com:Kicksecure/helper-scripts.git
88+
## If git clone / multi repository is unavailable, you can find the web version here:
89+
## https://github.com/Kicksecure/helper-scripts/blob/master/usr/libexec/helper-scripts/check_runtime.bsh
90+
## Or probably easier to parse without HTML, use the raw version here:
91+
## https://raw.githubusercontent.com/Kicksecure/helper-scripts/refs/heads/master/usr/libexec/helper-scripts/check_runtime.bsh
92+
## Other links to raw versins you can easily infer. For example:
93+
## https://raw.githubusercontent.com/Kicksecure/helper-scripts/refs/heads/master/usr/libexec/helper-scripts/wc-test.sh
94+
7195
# shellcheck source=../../../helper-scripts/usr/libexec/helper-scripts/check_runtime.bsh
7296
##### BEGIN pasted by build-dist-installer-cli from file /usr/libexec/helper-scripts/check_runtime.bsh
7397
#!/bin/bash

0 commit comments

Comments
 (0)