Skip to content

Commit

Permalink
remove backports due to bootloader error
Browse files Browse the repository at this point in the history
  • Loading branch information
novusthedev committed Mar 28, 2024
1 parent a6ae2e7 commit 8a1d6db
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions hooks/Global/9095-setup-os.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ set -e
rm /etc/hostname
echo "blade" >> /etc/hostname

# Add backports
echo "
deb http://deb.debian.org/debian bookworm-backports main contrib non-free
deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free
" > /etc/apt/sources.list

# Pin backports
echo "Package: *
Pin: release n=bookworm-backports
Pin-Priority: 900" > /etc/apt/preferences.d/99debian-backports

# Install Blade OS core
curl https://deb.bladeos.xyz/dists/bookworm/bladeos.gpg -o /etc/apt/trusted.gpg.d/bladeos.gpg
curl https://deb.bladeos.xyz/dists/bookworm/main/binary-all/bladeos-repo.deb -o /etc/bladeos-repo.deb
Expand Down

0 comments on commit 8a1d6db

Please sign in to comment.