We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e3fa commit 6cdc344Copy full SHA for 6cdc344
1 file changed
run_once_install-packages.sh.tmpl
@@ -46,7 +46,7 @@ retry_apt() {
46
47
# Add fish PPA for latest version
48
if ! command -v fish >/dev/null 2>&1; then
49
- retry_apt sudo apt-add-repository -y ppa:fish-shell/release-3
+ sudo apt-add-repository -y --no-update ppa:fish-shell/release-3
50
fi
51
52
retry_apt sudo apt-get update -qq
0 commit comments