Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
mailx /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
make.sh
1.01
KB
-rwxr-xr-x
2023-12-14 02:50
Save
Rename
#!/bin/bash source /var/softaculous/apps/build/common.sh #Version mailx=heirloom-mailx-12.5 heirloom_mailx=heirloom-mailx_12.5.orig is_file $AMPPS_PATH"/mailx/bin/mailx" if [ $? == 0 ] then banner "Installing mailx" cd $SRC_PATH remove_dir $mailx is_file $mailx.tar.gz if [ $? == 0 ] then banner $mailx".tar.gz Downloading" wget --no-check-certificate -O $SRC_PATH/$mailx.tar.gz https://anduin.linuxfromscratch.org/BLFS/mailx/$heirloom_mailx.tar.gz>> $LOG 2>&1 fi tar -zxf $mailx.tar.gz cd $mailx wget --no-check-certificate https://www.linuxfromscratch.org/patches/blfs/svn/heirloom-mailx-12.5-fixes-1.patch patch -Np1 -i $SRC_PATH/$mailx/heirloom-mailx-12.5-fixes-1.patch make PREFIX=/ BINDIR=/bin/ MANDIR=/share DESTDIR=/usr/local/apps/mailx/ UCBINSTALL=/usr/bin/install make PREFIX=/ BINDIR=/bin/ MANDIR=/share DESTDIR=/usr/local/apps/mailx/ UCBINSTALL=/usr/bin/install install fi is_file $AMPPS_PATH"/mailx/bin/mailx" if [ $? == 0 ] then banner 'Mailx could not be installed due to some reason' exit 1 fi