#!/bin/bash
set -e

# Unblock and restart the Wi-Fi service.

echo -e "Unblocking wifi...\n"
rfkill unblock wifi
rfkill list wifi
