We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45de844 commit 30f7304Copy full SHA for 30f7304
.github/workflows/release.yaml
@@ -103,10 +103,10 @@ jobs:
103
- name: Install Aptly version 1.5.0
104
run: |
105
# Install aptly on Ubuntu
106
- wget -O - https://www.aptly.info/pubkey.txt | apt-key add -
107
- echo "deb https://repo.aptly.info/ squeeze main" | tee -a /etc/apt/sources.list.d/aptly.list
108
- apt-get update
109
- apt-get install -y aptly
+ wget -O - https://www.aptly.info/pubkey.txt | sudo apt-key add -
+ echo "deb https://repo.aptly.info/ squeeze main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
+ sudo apt-get update
+ sudo apt-get install -y aptly
110
- name: Install createrepo_c
111
112
# Install createrepo_c on Ubuntu
0 commit comments