Skip to content

Commit

Permalink
Update reprepro.yaml - add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Nov 22, 2024
1 parent bcf9e41 commit 744c5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reprepro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# Point apt at local apt repo overwriting all default sources
echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] http://localhost:8000/debian/ default main" | sudo tee /etc/apt/sources.list
# Later ubuntu versions use the `conf.d` approach so we need to remove the default sources
rm -R /etc/apt/sources.list.d/*
sudo rm -R /etc/apt/sources.list.d/*
sudo apt-get update --allow-insecure-repositories
Expand Down

0 comments on commit 744c5eb

Please sign in to comment.