# Helper scripts

## install mdm on clean computer 

using WGET
```bash

wget -O - -o /dev/null  https://apt.eus.aavast.com/others/get-mdm.sh | bash 

```
using CURL
```bash
curl  https://apt.eus.aavast.com/others/get-mdm.sh | bash 
```