Server IP : 15.235.198.142 / Your IP : 216.73.216.159 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/lib/dpkg/info/ |
Upload File : |
#! /bin/bash set -e # This should never happen. if [ ! -e /bin/sh ]; then ln -s bash /bin/sh fi update-alternatives --install \ /usr/share/man/man7/builtins.7.gz \ builtins.7.gz \ /usr/share/man/man7/bash-builtins.7.gz \ 10 \ || true # Automatically added by dh_installmenu/13.14.1ubuntu5 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ] && [ -x "$DPKG_ROOT`command -v update-menus`" ]; then update-menus fi # End automatically added section exit 0