info('Updating Phyre...'); $output = ''; $output .= exec('mkdir -p /usr/local/phyre/update'); $output .= exec('wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/update/update-web-panel.sh -O /usr/local/phyre/update/update-web-panel.sh'); $output .= exec('chmod +x /usr/local/phyre/update/update-web-panel.sh'); $this->info($output); shell_exec('bash /usr/local/phyre/update/update-web-panel.sh'); $this->info('Phyre updated successfully.'); } }