-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit bc9b0af Author: Uri Herrera <[email protected]> Date: Mon Sep 9 18:28:30 2024 -0600 rm this from ccu commit d07ca51 Author: Uri Herrera <[email protected]> Date: Mon Sep 9 18:15:23 2024 -0600 Update nuts-query.info commit 7a5eec4 Author: Uri Herrera <[email protected]> Date: Mon Sep 9 17:17:50 2024 -0600 update target ver commit 6762e77 Author: Uri Herrera <[email protected]> Date: Mon Sep 9 09:38:44 2024 -0600 test ota commit 0309597 Author: Uri Herrera <[email protected]> Date: Mon Sep 9 09:37:46 2024 -0600 test ota commit 454b457 Author: Uri Herrera <[email protected]> Date: Wed Aug 7 07:57:30 2024 -0600 rm useless flag commit 1b29faa Author: Uri Herrera <[email protected]> Date: Wed Aug 7 07:39:22 2024 -0600 ...
- Loading branch information
1 parent
382bc75
commit 504fba2
Showing
6 changed files
with
10 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,29 +165,6 @@ TARGET_DIST="nitrux" | |
|
||
# ====== START ====== | ||
|
||
# -- Flag parsing. | ||
|
||
for cmd; do | ||
case "$cmd" in | ||
-v | --version) | ||
print_message "$TOOL_NAME" \ | ||
"" \ | ||
"Version $COMP_NAME: $CRR_VERSION." \ | ||
"" \ | ||
"The license used for this file and its contents is: BSD-3-Clause." \ | ||
"" \ | ||
"Authors:" \ | ||
"" \ | ||
" Copyright <2023> <Uri Herrera <[email protected]>>" \ | ||
"" \ | ||
"(c) $FECHA Some Rights Reserved. Made by $VENDOR" | ||
|
||
exit | ||
;; | ||
esac | ||
done | ||
|
||
|
||
# -- Mount the devices filesystem. | ||
# -- Check if /dev is already mounted. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,29 +183,6 @@ CURRENT_DIST=$(awk -F'=' '/VERSION_CODENAME/{print $NF}' /etc/os-release) | |
|
||
# ====== START ====== | ||
|
||
# -- Flag parsing. | ||
|
||
for cmd; do | ||
case "$cmd" in | ||
-v | --version) | ||
print_message "$TOOL_NAME" \ | ||
"" \ | ||
"Version $COMP_NAME: $CRU_VERSION." \ | ||
"" \ | ||
"The license used for this file and its contents is: BSD-3-Clause." \ | ||
"" \ | ||
"Authors:" \ | ||
"" \ | ||
" Copyright <2023> <Uri Herrera <[email protected]>>" \ | ||
"" \ | ||
"(c) $FECHA Some Rights Reserved. Made by $VENDOR" | ||
|
||
exit | ||
;; | ||
esac | ||
done | ||
|
||
|
||
# -- Mount the devices filesystem. | ||
# -- Check if /dev is already mounted. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,29 +96,6 @@ NUTS_GIT_DIR=$(mktemp -d) | |
|
||
# ====== START ====== | ||
|
||
# -- Flag parsing. | ||
|
||
for cmd; do | ||
case "$cmd" in | ||
-v | --version) | ||
print_message "$TOOL_NAME" \ | ||
"" \ | ||
"Version $COMP_NAME: $SUP_VERSION." \ | ||
"" \ | ||
"The license used for this file and its contents is: BSD-3-Clause." \ | ||
"" \ | ||
"Authors:" \ | ||
"" \ | ||
" Copyright <2023> <Uri Herrera <[email protected]>>" \ | ||
"" \ | ||
"(c) $FECHA Some Rights Reserved. Made by $VENDOR" | ||
|
||
exit | ||
;; | ||
esac | ||
done | ||
|
||
|
||
# -- Save current value of NUTS_BRANCH. | ||
|
||
CURRENT_NUTS_BRANCH=$(grep -oP '^NUTS_BRANCH=\K.*' "$CONFIG_FILE") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters