From 7598368e75a109283100009841e4e154a60e1309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 12 Apr 2020 05:36:12 -0300 Subject: [PATCH] Add installer script for IWD. --- distros/iwd/install.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 distros/iwd/install.sh diff --git a/distros/iwd/install.sh b/distros/iwd/install.sh new file mode 100755 index 0000000..9c67e5e --- /dev/null +++ b/distros/iwd/install.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +MOUNTDIR=$1 + +FOLDER="${MOUNTDIR}/etc/certs" +mkdir -p $FOLDER +cp eduroam-unicamp.pem $FOLDER + +FOLDER="${MOUNTDIR}/var/lib/iwd" +mkdir -p $FOLDER +cp eduroam.8021x $FOLDER