Skip to content

Commit

Permalink
Merge pull request #114 from iterate-ch/issue/110
Browse files Browse the repository at this point in the history
Switch to stable repository.
  • Loading branch information
dkocher authored Nov 13, 2024
2 parents c94c995 + 559740b commit f7b2875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profiles-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Cyberduck CLI
run: |
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io nightly main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FE7097963FEFBE72
sudo apt-get update
sudo apt-get -y install duck
Expand Down

0 comments on commit f7b2875

Please sign in to comment.