From 32730f81103512414cd500d2673b087d1bb612e9 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 12:01:12 -0700 Subject: [PATCH] little url fixes --- root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root.sh b/root.sh index 3222d08..55f9a85 100755 --- a/root.sh +++ b/root.sh @@ -28,7 +28,7 @@ shred -u pass1 shred -u pass2 touch .firstime -curl -O http://lukesmith.xuz/larbs/install_packages.sh && bash install_packages.sh +curl -O http://lukesmith.xyz/larbs/install_packages.sh && bash install_packages.sh rm .firstime printf "${BLUE}Enabling Network Manager...\n${NC}"