Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Wheezy install, E: unrecognized or invalid option --no-check-gpg (2 replies)

$
0
0
Hello,

REMARK:STOP READING, found the problem, had to delete /tmp/debootstrap!


i tried now several times to install wheezy. But it does not work.
I used:
mount -o remount,rw /
mv /usr/sbin/debootstrap /usr/sbin/debootstrap.OLD
mv /usr/share/debootstrap /usr/share/debootstrap.OLD

and i tried both:
Quote

DEBOOTSTRAP_VERSION=$(wget -q "$DEB_MIRROR/pool/main/d/debootstrap/?C=M;O=D" -O- | grep -o 'debootstrap[^"]*all.deb' | head -n1)

To:
DEBOOTSTRAP_VERSION=$(wget -q "$DEB_MIRROR/pool/main/d/debootstrap/?C=M;O=D" -O- | grep -o 'debootstrap[^"]*all.deb' | tail -n1)

However, I do not get beyond the error message:
E: unrecognized or invalid option --no-check-gpg

Can anybody please help? I would like to continue using my dockstar! (my old usb stick died)
Regards, Dieter

Viewing all articles
Browse latest Browse all 3247

Trending Articles