We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c113a4 commit 4a95d23Copy full SHA for 4a95d23
.github/workflows/debian.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# backport trixie data to ubuntu noble runner
50
- run: |
51
- echo -e 'Package: distro-info-data\nPin: release n=questing\nPin-Priority: 990\n\nPackage: *\nPin: release n=noble\nPin-Priority: 900\n\nPackage: *\nPin: release o=Ubuntu\nPin-Priority: -10\n' >> /etc/apt/preferences
+ echo -e 'Package: distro-info-data\nPin: release n=questing\nPin-Priority: 990\n\nPackage: *\nPin: release n=noble\nPin-Priority: 900\n\nPackage: *\nPin: release o=Ubuntu\nPin-Priority: -10\n' | sudo tee -a /etc/apt/preferences
52
sed -e 's/noble/questing/g' /etc/apt/sources.list.d/ubuntu.sources | sudo tee -a /etc/apt/sources.list.d/ubuntu.sources
53
sudo apt update
54
sudo apt upgrade -y distro-info-data
0 commit comments