You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x59fda1ce1b84b3fad89366c027557f056dc33ca5"| tee -a /etc/apt/trusted.gpg.d/shells_fish_release_3.asc > /dev/null
curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x59fda1ce1b84b3fad89366c027557f056dc33ca5"| tee -a /etc/apt/trusted.gpg.d/shells_fish_release_4.asc > /dev/null
99
99
elif [ "${ID}"="debian" ];then
100
-
if [ "${VERSION_ID}"="9" ];then
101
-
echo'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_9.0/ /'| tee /etc/apt/sources.list.d/shells:fish:release:3.list
102
-
curl -fsSL "https://download.opensuse.org/repositories/shells:fish:release:3/Debian_9.0/Release.key"| tee /etc/apt/trusted.gpg.d/shells_fish_release_3.asc > /dev/null
103
-
else
104
-
echo"deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_${VERSION_ID}/ /"| tee /etc/apt/sources.list.d/shells:fish:release:3.list
105
-
curl -fsSL "https://download.opensuse.org/repositories/shells:fish:release:3/Debian_${VERSION_ID}/Release.key"| tee /etc/apt/trusted.gpg.d/shells_fish_release_3.asc > /dev/null
106
-
fi
100
+
echo"deb http://download.opensuse.org/repositories/shells:/fish:/release:/4/Debian_${VERSION_ID}/ /"| tee /etc/apt/sources.list.d/shells:fish:release:4.list
101
+
curl -fsSL "https://download.opensuse.org/repositories/shells:fish:release:4/Debian_${VERSION_ID}/Release.key"| tee /etc/apt/trusted.gpg.d/shells_fish_release_4.asc > /dev/null
0 commit comments