commit 43056a5b3d7089bd1dfd065f11270270e5e21603
parent 21b053433f87801133071c1099a0531b5f00a0c9
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 10 Mar 2018 22:58:08 -0700
sed error corrected
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/larbs_user.sh b/src/larbs_user.sh
@@ -38,7 +38,7 @@ git clone https://github.com/lukesmithxyz/voidrice.git >/dev/null &&
dialog --infobox "Now compiling polybar. This is the last program, but may take some time..." 10 60
wifi=$(ls /sys/class/net | grep wl)
eth=$(ls /sys/class/net | grep eth)
-sed -e "s/wlp3s0/$wifi/g; s/enp0s25/$eth/g" /home/$(whoami)/.config/polybar/config /home/$(whoami)/.bashrc
+sed -i "s/wlp3s0/$wifi/g; s/enp0s25/$eth/g" /home/$(whoami)/.config/polybar/config /home/$(whoami)/.bashrc
packer --noconfirm -S polybar || packer --noconfirm -S polybar-git
echo Downloading email setup...