Skip to content

Updating

Preparation

Download the latest version of lethal.landing from store.lethal.network.

Tip: If you don't have access to the command-line interface or another way of unzipping a file, extract the downloaded ZIP archive to a location of your choice on your local device.

Uploading Files

Move into lethal.landings main directory. Below is an example of how to perform this operation.

cd /var/www/lethal.landing

Upload the previously downloaded ZIP archive into it. The easiest way to do this is via FTP/SFTP. Once uploaded, extract the contents by executing the following command.

unzip -o lethal.landing_x.x.x.zip

Setting File Permissions

Finally, set the correct permissions on the files so that the webserver can use them correctly. Set the correct permissions on the resources/ and data/ by issuing the following command:

chmod -R 755 /var/www/lethal.landing/*

# If using NGINX or Apache (not on CentOS):
chown -R www-data:www-data /var/www/lethal.landing/*

# If using NGINX on CentOS:
chown -R nginx:nginx /var/www/lethal.landing/*

# If using Apache on CentOS
chown -R apache:apache /var/www/lethal.landing/*

Yay! You did it!

You have should now run the latest version of lethal.landing!