Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamvis98 committed Aug 13, 2024
1 parent 526eaa3 commit 2e062f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,11 @@ nspawn-exec plymouth-set-default-theme -R kali
#sed -i "/picture-uri/cpicture-uri='file:\/\/\/usr\/share\/backgrounds\/kali\/kali-red-sticker-16x9.jpg'" ${ROOTFS}/usr/share/glib-2.0/schemas/10_desktop-base.gschema.override
nspawn-exec glib-compile-schemas /usr/share/glib-2.0/schemas

echo '[*]Update u-boot config...'
nspawn-exec u-boot-update
if [[ "$family" == "sunxi" || "$family" == "rockchip" ]]
then
echo '[*]Update u-boot config...'
nspawn-exec u-boot-update
fi

echo '[+]Stage 6: Enable services'
for svc in `echo ${services} | tr ' ' '\n'`
Expand Down

0 comments on commit 2e062f6

Please sign in to comment.