Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 23, 2025
1 parent e695d36 commit beed703
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,18 @@ jobs:
cat /etc/apt/sources.list.d/ubuntu.sources
ls -l /etc/apt/sources.list.d/ubuntu.sources
echo 'updating'
sudo echo '#foo-tmp' >> /tmp/ubuntu.sources-none
sudo echo 'Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports/
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://ports.ubuntu.com/ubuntu-ports/
Suites: noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg' >> /tmp/ubuntu.sources-none
cat /tmp/ubuntu.sources-none
sudo echo '#foo-sources.list' >> /etc/apt/sources.list
sudo echo '#foo-sources.list.d' >> /etc/apt/sources.list.d/ubuntu.sources-none
sudo echo '#foosources.list.d-ubuntu' >> /etc/apt/sources.list.d/ubuntu.sources
Expand Down

0 comments on commit beed703

Please sign in to comment.