Skip to content

Commit

Permalink
Merge pull request #34 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 6e3ff9e + f898b86 commit d7532ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ echo '[+]Stage 2: Debootstrap second stage and adding Mobian apt repo'
[ -e ${ROOTFS}/etc/passwd ] && echo '[*]Second Stage already done' || nspawn-exec /debootstrap/debootstrap --second-stage
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
echo "deb http://repo.mobian.org/ ${mobian_suite} main non-free non-free-firmware" > ${ROOTFS}/etc/apt/sources.list.d/mobian.list
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

Expand Down

0 comments on commit d7532ce

Please sign in to comment.