all repos — dotfiles @ de4be0e38864ac8fc2b7821a7d6c6e1d9fecb6b2

my *nix dotfiles

add scripts/postgame.sh
icyphox icyph0x@protonmail.com
Wed, 24 Jan 2018 20:28:52 +0530
commit

de4be0e38864ac8fc2b7821a7d6c6e1d9fecb6b2

parent

70a7f51d95191a309038ef4c2cb41759a8b22b25

2 files changed, 13 insertions(+), 1 deletions(-)

jump to
A scripts/postgame.sh

@@ -0,0 +1,12 @@

+#!/bin/bash + +# remove write-lock +chattr -i /etc/resolv.conf + +# start dhcpcd +systemctl start dhcpcd + +# restart NetworkManager for re-resolving IP +systemctl restart NetworkManager + +
M scripts/pregame.shscripts/pregame.sh

@@ -9,4 +9,4 @@ # kill dhcpcd (messes with IP)

systemctl stop dhcpcd # start VPN - openvpn --config ~/icy.ovpn + openvpn --config /home/icyphox/icy.ovpn