Bash

5.2.0.r1
GNU Bash
Download
5.0/5 Votes: 1
Updated
Fri 5 Sep 2025
Size
1060407
Version
5.2.0.r1
Downloads
cappysan-bash_5.2.0.r1_x86-64.apk
Report this app

Description

What's new

GNU Bash 5.2

For scripts, the shebang should be !#/usr/bin/env bash. Comes without any profile files (no `.bashrc`, `.profile`, etc.). May have visual issues depending on the value of your $TERM.

⚠️ WARNING: Do not set bash as a login shell for your user, especially for root. If bash is uninstalled, you will no longer be able to login via ssh.

For color term, setting $TERM via ssh is possible in your ~/.ssh/config:

Host * 
  SetEnv TERM=term-color