需要 Debian Unstable ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/nightly:/master/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:nightly:master.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:nightly:master/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_nightly_master.gpg > /dev/null
sudo apt update
sudo apt install fish
需要 Debian 7.0 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/nightly:/master/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:nightly:master.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:nightly:master/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_nightly_master.gpg > /dev/null
sudo apt update
sudo apt install fish
需要 Debian 13 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/nightly:/master/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:nightly:master.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:nightly:master/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_nightly_master.gpg > /dev/null
sudo apt update
sudo apt install fish
需要 Debian 12 ,執行以下:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/nightly:/master/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:nightly:master.list
curl -fsSL https://download.opensuse.org/repositories/shells:fish:nightly:master/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_nightly_master.gpg > /dev/null
sudo apt update
sudo apt install fish