From 058620d9623ad1db8693b565d358f4b6be221111 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 15 Apr 2020 17:15:50 -0400
Subject: removed
---
build.sh | 3 +--
install.sh | 2 --
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/build.sh b/build.sh
index e07c0d6..1a67036 100755
--- a/build.sh
+++ b/build.sh
@@ -17,8 +17,7 @@ sh regional.sh # Region specific setup
hwclock --systohc
sh mod.sh
-ip link
-systemctl enable wpa_supplicant@$INTER
+systemctl enable wpa_supplicant@wlp3s0
sh source.sh
sh config.sh
diff --git a/install.sh b/install.sh
index 716ae70..6c1ee08 100755
--- a/install.sh
+++ b/install.sh
@@ -45,8 +45,6 @@ touch installed
fi
#echo "arch-chroot into the new system and run dotfiles/build.sh"
ip link
-echo -n "wpa_supplicant@"
-read INTER
arch-chroot /mnt << EOF
cd dotfiles
sh build.sh
--
cgit