HEX
Server: nginx/1.18.0
System: Linux m1-ws1-ams3 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /opt/aphex/scripts/plugin-install.sh
#!/bin/bash

for s in `ls /opt/aphex/sites`; do wp --allow-root plugin install /opt/aphex/plugins/link-whisper-premium-1.5.9.zip /opt/aphex/plugins/wordpress-autoblogging.zip /opt/aphex/plugins/wp-sheet-editor-premium.2.25.2-beta.1.zip --path=/opt/aphex/sites/"$s" --activate; done;