File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ echo '[+]Stage 2: Debootstrap second stage and adding Mobian apt repo'
86
86
[ -e ${ROOTFS} /etc/passwd ] && echo ' [*]Second Stage already done' || nspawn-exec /debootstrap/debootstrap --second-stage
87
87
mkdir -p ${ROOTFS} /etc/apt/sources.list.d ${ROOTFS} /etc/apt/trusted.gpg.d
88
88
sed -i ' s/main/main non-free non-free-firmware contrib/g' ${ROOTFS} /etc/apt/sources.list
89
- echo " deb http://repo.mobian.org/ ${mobian_suite} main non-free-firmware" > ${ROOTFS} /etc/apt/sources.list.d/mobian.list
89
+ echo " deb http://repo.mobian.org/ ${mobian_suite} main non-free non-free -firmware" > ${ROOTFS} /etc/apt/sources.list.d/mobian.list
90
90
curl -L http://repo.mobian.org/mobian.gpg -o ${ROOTFS} /etc/apt/trusted.gpg.d/mobian.gpg
91
91
chmod 644 ${ROOTFS} /etc/apt/trusted.gpg.d/mobian.gpg
92
92
You can’t perform that action at this time.
0 commit comments