You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Linux, we have created an installer script which will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04 and Debian 8.
20
21
21
22
```bash
22
-
wget -qO ee https://rt.cx/ee4beta&& sudo bash ee
23
+
wget -qO ee https://rt.cx/ee4&& sudo bash ee
23
24
```
24
25
25
26
Even if the script doesn't work for your distribution, you can manually install the dependencies and then run the following commands to install EasyEngine
@@ -107,4 +108,3 @@ We warmheartedly welcome all contributions however and in whatever capacity you
if ( ! EE::get_runner()->check_requirements( false ) ) {
498
+
EE::error( 'Unable to proceed with uninstallation. Seems there is a dependency down.', false );
499
+
die;
500
+
}
501
+
496
502
EE::confirm( "Are you sure you want to remove EasyEngine and all its sites(along with their data)?\nThis is an irreversible action. No backup will be kept.", $assoc_args );
0 commit comments