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.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
libargon2 /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
make.sh
1012
B
-rw-r--r--
2025-04-24 05:59
Save
Rename
#!/bin/bash source /var/softaculous/apps/build/common.sh #https://github.com/P-H-C/phc-winner-argon2 is_file $AMPPS_PATH"/libargon2/bin/argon2" if [ $? == 0 ] then banner "Installing argon2" cd $SRC_PATH remove_dir phc-winner-argon2 git clone --recursive --depth=1 https://github.com/P-H-C/phc-winner-argon2.git cd phc-winner-argon2 sed -i 's/PREFIX ?= \/usr/PREFIX ?= \/usr\/local\/apps\/libargon2/g' /setups/phc-winner-argon2/Makefile sed -i 's/LIBRARY_REL ?= lib\/x86_64-linux-gnu/LIBRARY_REL ?= lib/g' /setups/phc-winner-argon2/Makefile sed -i 's/-march=$(OPTTARGET)//' /setups/phc-winner-argon2/Makefile sed -i sed -i '/CFLAGS += -std=c89 -O3 -Wall -g -Iinclude -Isrc/a CFLAGS += -mno-avx -mno-avx2 -march=x86-64' /setups/phc-winner-argon2/Makefile make clean make PREFIX=/usr/local/apps/libargon2 LIBRARY_REL=lib make install fi is_file $AMPPS_PATH"/libargon2/bin/argon2" if [ $? == 0 ] then banner 'argon2 could not compile due to some reason' exit 1 fi