- This release includes:
- Slackware package: fish-4.2.1-x86_64-1_da.txz
- Built from upstream fish release: fish-4.2.1-linux-x86_64.tar.xz
- Contains a single standalone
fishbinary for any Linux. - Packaged for Unraid.
- Installation instructions in README.md.
https://github.com/masterwishx/Develop-Project/tree/main/Fish
-
Copy the package file to your USB disk -
/boot/extra/for auto-install on boot.
Quick install without reboot needed:wget -O /boot/extra/fish-4.2.1-x86_64-1_da.txz https://raw.githubusercontent.com/masterwishx/unraid-fish-shell/main/slackware/fish-4.2.1-x86_64-1_da.txz && installpkg /boot/extra/fish-4.2.1-x86_64-1_da.txz -
Run
fishcommand in console. -
Enjoy.
Method 2 - Install and keep updated via un-get
-
Manually install the un-get plugin from your server's
Plugins->Install Plugintab using this URL:https://raw.githubusercontent.com/ich777/un-get/master/un-get.plg -
Add this repo to un-get
# Add this repo as a source to un-get
echo "https://raw.githubusercontent.com/masterwishx/unraid-fish-shell/main/slackware/ unraid-fish-shell" >> /boot/config/plugins/un-get/sources.list
# Update un-get sources
un-get update
# Install fish
un-get install fish
# Upgrade fish in the future
un-get update && un-get upgrade fishRun chsh -s "$(which fish)" to change the default shell to fish. Add the command to /boot/config/go to change it on boot.
echo -e '\n# Change default shell to fish\nchsh -s "$(which fish)"' >> /boot/config/go- Fish - fish is a smart and user-friendly command line shell for Linux, macOS, and the rest of the family.
