Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Jun 25, 2024
1 parent ffdbff4 commit db2ce0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tmp/nuts-ccu
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ declare -A FILES_TO_DOWNLOAD=(
["https://raw.githubusercontent.com/Nitrux/iso-tool/legacy/configs/scripts/others/user-setup-apply"]="/usr/lib/user-setup/user-setup-apply"
# Replace update-grub with our version that doesn't break OUR stuff.
["https://raw.githubusercontent.com/Nitrux/iso-tool/legacy/configs/scripts/others/update-grub"]="/usr/sbin/update-grub"
# Replace /usr/lib/grub/grub-sort-version with a version that doesn't use apt.pkg do it can generate a usable boot menu.
# Replace /usr/lib/grub/grub-sort-version with a version that doesn't use apt.pkg do it can generate a usable boot menu.
["https://raw.githubusercontent.com/Nitrux/iso-tool/legacy/configs/files/grub_files/grub-sort-version"]="/usr/lib/grub/grub-sort-version"
# Replace dnscrypt-proxy default configuration.
["https://raw.githubusercontent.com/Nitrux/iso-tool/legacy/configs/files/other/dnscrypt-proxy-settings/dnscrypt-proxy.toml"]="/etc/dnscrypt-proxy/dnscrypt-proxy.toml"
Expand Down
6 changes: 2 additions & 4 deletions tmp/nuts-cru
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,8 @@ sync
puts_success "Success! Backup has been created."


# -- Download the OTA SquashFS with axel.
# -- Check if the OTA SquashFS already exists so it's not downloaded again. If an OTA file was downloaded then rename it.
# -- However, If the OTA file found doesn't match the checksum in nuts-query.info, it will still cause the utility to exit at a later stage.
# -- Use the list of mirrors from the query file, or exit if downloading the file from all mirrors fails.
# -- Download the OTA SquashFS with axel if it doesn't exist. Use the list of mirrors from the query file, or exit if downloading the file from all mirrors fails.
# -- If the OTA file exist but it doesn't match the checksum in nuts-query.info, delete it and exit.

OTA_FILE="$NUTS_DIR_DLS/nuts-ota.squashfs"

Expand Down

0 comments on commit db2ce0a

Please sign in to comment.