Skip to content

Commit

Permalink
Merge pull request #229 from magenx/dev
Browse files Browse the repository at this point in the history
Update magenx.install.latest.sh
  • Loading branch information
magenx authored Dec 8, 2023
2 parents 12b0dcd + ebb9064 commit a6a9298
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions magenx.install.latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ MAGENX_NGINX_GITHUB_REPO_API="https://api.github.com/repos/magenx/Magento-nginx-

# Debug Tools
MYSQL_TUNER="https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl"
MYSQL_TOP="https://raw.githubusercontent.com/magenx/Magento-mysql/master/mytop"

# Malware detector
MALDET="https://www.rfxn.com/downloads/maldetect-current.tar.gz"
Expand Down Expand Up @@ -1640,7 +1639,7 @@ sysctl -q -p
echo ""
YELLOWTXT "[-] Downloading mysqltuner and mytop"
curl -o /usr/local/bin/mysqltuner ${MYSQL_TUNER}
curl -o /usr/local/bin/mytop ${MYSQL_TOP}
ln -s /usr/bin/mytop /usr/local/bin/mytop

for dir in cli fpm
do
Expand Down

0 comments on commit a6a9298

Please sign in to comment.