Skip to content

Cannot create v10.0 projects #554

Closed Answered by rquevedo
rquevedo asked this question in Doodba - The image
Discussion options

You must be logged in to vote

Hi @sergio-teruel, I really appreciate your response. I have to do some changes to your idea, but the spirit is the same. Finally, the file was like this:

#!/bin/bash
#First remove sources
sed -i 's+deb http://deb.debian.org/debian jessie main++g' /etc/apt/sources.list
sed -i 's+deb http://security.debian.org/debian-security jessie/updates main++g' /etc/apt/sources.list

#Second add archive sources
curl -k --output freexian-archive-keyring_2022.06.08_all.deb https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2022.06.08_all.deb && dpkg -i freexian-archive-keyring_2022.06.08_all.deb
echo "deb http://deb.freexian.com/extended-lts jessie main c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rquevedo
Comment options

Answer selected by rquevedo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants