Skip to content

Commit

Permalink
fixup jessie and stretch sources.list(5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Dec 5, 2023
1 parent 8a1a68a commit 478e078
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .extra/debeol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ squeeze)
nocxx=true
echo NOTE skipping C++ due to sheer bugginess on $1
;;
jessie)
cat >/etc/apt/sources.list <<\EOF
deb http://archive.debian.org/debian/ jessie main non-free contrib
deb http://archive.debian.org/debian-security/ jessie/updates main non-free contrib
rm -f /etc/apt/sources.list.d/*
;;
stretch)
cat >/etc/apt/sources.list <<\EOF
deb http://archive.debian.org/debian/ stretch main non-free contrib
deb http://archive.debian.org/debian-security/ stretch/updates main non-free contrib
EOF
rm -f /etc/apt/sources.list.d/*
;;
esac
cat >dummy.c <<\EOF
int main(void) { return (0); }
Expand Down

0 comments on commit 478e078

Please sign in to comment.