Skip to content

Commit

Permalink
Merge pull request #33 from Shubhamvis98/Shubhamvis98-patch-1
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
Shubhamvis98 authored Jul 27, 2024
2 parents db1a967 + 8db6abc commit 6e3ff9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ echo '[+]Stage 2: Debootstrap second stage and adding Mobian apt repo'
mkdir -p ${ROOTFS}/etc/apt/sources.list.d ${ROOTFS}/etc/apt/trusted.gpg.d
sed -i 's/main/main non-free non-free-firmware contrib/g' ${ROOTFS}/etc/apt/sources.list
echo "deb http://repo.mobian.org/ ${mobian_suite} main non-free-firmware" > ${ROOTFS}/etc/apt/sources.list.d/mobian.list
curl https://salsa.debian.org/Mobian-team/mobian-recipes/-/raw/master/overlays/apt/trusted.gpg.d/mobian.gpg > ${ROOTFS}/etc/apt/trusted.gpg.d/mobian.gpg
curl -L http://repo.mobian.org/mobian.gpg -o ${ROOTFS}/etc/apt/trusted.gpg.d/mobian.gpg
chmod 644 ${ROOTFS}/etc/apt/trusted.gpg.d/mobian.gpg

cat << EOF > ${ROOTFS}/etc/apt/preferences.d/00-kali-priority
Package: *
Expand Down

0 comments on commit 6e3ff9e

Please sign in to comment.