Skip to content

Commit

Permalink
[cis kip] ....
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Jun 13, 2023
1 parent 63bd170 commit fe9d5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/bin/nuts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ for cmd; do
# -- Run nuts-cru to perform the update actions inside the chroot.
# -- If the component doesn't exist in the root, download it.

overlay_ch dl_file https://raw.githubusercontent.com/Nitrux/nuts/main/usr/bin/nuts-cru
overlay_ch axel -o /tmp -n 10 https://raw.githubusercontent.com/Nitrux/nuts/main/usr/bin/nuts-cru
overlay_ch chmod +x /tmp//nuts-cru && mv /tmp//nuts-cru /usr/bin/
overlay_ch nuts-cru

Expand Down Expand Up @@ -382,7 +382,7 @@ for cmd; do
# -- Run nuts-crr to perform the restore actions inside the chroot.
# -- If the component doesn't exist in the root, download it.

overlay_ch dl_file https://raw.githubusercontent.com/Nitrux/nuts/main/usr/bin/nuts-crr
overlay_ch axel -o /tmp -n 10 https://raw.githubusercontent.com/Nitrux/nuts/main/usr/bin/nuts-crr
overlay_ch chmod +x /tmp//nuts-crr && mv /tmp//nuts-crr /usr/bin/
overlay_ch nuts-crr

Expand Down

0 comments on commit fe9d5f0

Please sign in to comment.