#!/bin/sh

echo "Deactivating NetworkManager"
sudo systemctl stop NetworkManager.service
sudo systemctl stop wpa_supplicant.service
