update peptools

This commit is contained in:
manuel 2023-07-16 15:41:42 +00:00
parent 2788143bdf
commit deb051fd05
1 changed files with 4 additions and 5 deletions

View File

@ -8,8 +8,7 @@
# install hblock
chroot /target curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.2/hblock' \
&& echo 'a7d748b69db9f94932333a5b5f0c986dd60a39fdf4fe675ad58364fea59c74b4 /tmp/hblock' | shasum -c \
&& mv /tmp/hblock /usr/local/bin/hblock \
&& chown 0:0 /usr/local/bin/hblock \
&& chmod 755 /usr/local/bin/hblock
chroot /target curl -o /tmp/hblock 'https://raw.githubusercontent.com/hectorm/hblock/v3.4.2/hblock'
chroot /target mv /tmp/hblock /usr/local/bin/hblock
chroot /target chown 0:0 /usr/local/bin/hblock
chroot /target chmod 755 /usr/local/bin/hblock