0x1949 Team - FAZEMRX - MANAGER
Edit File: tmux.postinst
#!/bin/sh set -e if [ "$1" = "configure" ]; then if [ -z "$2" ] || dpkg --compare-versions "$2" lt "1.5-3"; then add-shell /usr/bin/tmux fi fi