Skip to content

Commit 6cdc344

Browse files
committed
fix: correct fis setup
1 parent 3b4e3fa commit 6cdc344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_once_install-packages.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ retry_apt() {
4646

4747
# Add fish PPA for latest version
4848
if ! command -v fish >/dev/null 2>&1; then
49-
retry_apt sudo apt-add-repository -y ppa:fish-shell/release-3
49+
sudo apt-add-repository -y --no-update ppa:fish-shell/release-3
5050
fi
5151

5252
retry_apt sudo apt-get update -qq

0 commit comments

Comments
 (0)