To install the package, execute the installation script (install_mega.sh).
cd /namusoft
/install_mega.sh
Important
The installation script must be executed as the 'root' account. If the script is executed while logged in as a non-root account, an error will occur, and the installation script will terminate. However, all processes required for the operation of FilingBox MEGA2 v2 Server will run under the user account created during installation, and the ownership of files copied to the system will also be assigned to the user account created during installation.
For CentOS 8, due to the EOL issue, the mirror site address has changed. Before running the installation script, the following commands need to be executed.
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-Linux-*