Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
235e711590
commit
c0ebeb80dc
|
@ -29,8 +29,8 @@ ln -s /usr/share/desktop-base/active-theme/grub/pep-grub-16x9.png /etc/alternati
|
||||||
# https://github.com/hectorm/hblock
|
# https://github.com/hectorm/hblock
|
||||||
# This does not enable it. The user has the choice to turn it on
|
# This does not enable it. The user has the choice to turn it on
|
||||||
# by enabling it in PepHub or by typing 'hblock -S builtin' in terminal
|
# by enabling it in PepHub or by typing 'hblock -S builtin' in terminal
|
||||||
#curl https://raw.githubusercontent.com/hectorm/hblock/master/hblock --output /tmp/hblock &&
|
curl https://raw.githubusercontent.com/hectorm/hblock/master/hblock --output /tmp/hblock &&
|
||||||
#[ "$(sha256sum /tmp/hblock)" == "4031d86cd04fd7c6cb1b7e9acb1ffdbe9a3f84f693bfb287c68e1f1fa2c14c3b" ] &&
|
[ "$(sha256sum /tmp/hblock)" == "4031d86cd04fd7c6cb1b7e9acb1ffdbe9a3f84f693bfb287c68e1f1fa2c14c3b" ] &&
|
||||||
mv /tmp/hblock /usr/local/bin/hblock &&
|
mv /tmp/hblock /usr/local/bin/hblock &&
|
||||||
chown 0:0 /usr/local/bin/hblock &&
|
chown 0:0 /usr/local/bin/hblock &&
|
||||||
chmod 755 /usr/local/bin/hblock &&
|
chmod 755 /usr/local/bin/hblock &&
|
||||||
|
|
|
@ -71,7 +71,7 @@ system_list = ('cups\n'
|
||||||
'f2fs-tools\n'
|
'f2fs-tools\n'
|
||||||
'xfsprogs\n'
|
'xfsprogs\n'
|
||||||
'alsa-utils\n'
|
'alsa-utils\n'
|
||||||
'bluez\n'
|
#'bluez\n'
|
||||||
'console-setup\n'
|
'console-setup\n'
|
||||||
'gparted\n'
|
'gparted\n'
|
||||||
'libglib2.0'
|
'libglib2.0'
|
||||||
|
|
Loading…
Reference in New Issue