Skip to content

Commit

Permalink
v6.32
Browse files Browse the repository at this point in the history
+ DietPi-PREP | No need to move to /tmp as we are in the scripts working dir /tmp/$G_PROGRAM_NAME already
  • Loading branch information
MichaIng authored Aug 26, 2020
1 parent 87ef9a4 commit 6f63d3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1026,13 +1026,11 @@ Currently installed: $G_DISTRO_NAME (ID: $G_DISTRO)"; then

G_DIETPI-NOTIFY 2 'Upgrading haveged entropy daemon to fix an issue on ARM:'
G_DIETPI-NOTIFY 2 ' - https://github.com/jirka-h/haveged/pull/7'
G_EXEC cd /tmp
G_EXEC curl -sSfLO "https://dietpi.com/downloads/binaries/buster/libhavege2_$G_HW_ARCH_NAME.deb"
G_EXEC curl -sSfLO "https://dietpi.com/downloads/binaries/buster/haveged_$G_HW_ARCH_NAME.deb"
G_AGI "./libhavege2_$G_HW_ARCH_NAME.deb" "./haveged_$G_HW_ARCH_NAME.deb"
G_EXEC_NOHALT=1 G_EXEC rm "./libhavege2_$G_HW_ARCH_NAME.deb" "./haveged_$G_HW_ARCH_NAME.deb"
G_AGA
G_EXEC cd /tmp/$G_PROGRAM_NAME

fi

Expand Down

0 comments on commit 6f63d3e

Please sign in to comment.