From 4ed0812a7091f34145ebfbb98f47dee5378530d9 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 16 Jul 2024 19:48:23 -0400 Subject: [PATCH] Fixed github url for irc2ansi (cheers e) --- setup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup b/setup index 6c7fa18..29a6405 100755 --- a/setup +++ b/setup @@ -152,7 +152,7 @@ setup_fun() { BUILD=$HOME/dev/build mkdir -p $BUILD - wget -O $HOME/.scripts/irc2ansi.py https://github.com/internet-relay-chat/archive/blob/master/art/irc2ansi.py + wget -O $HOME/.scripts/irc2ansi.py https://raw.githubusercontent.com/internet-relay-chat/archive/master/art/irc2ansi.py wget -O $HOME/.scripts/bomber $GIT_URL/scripts/bomber && chmod +x $HOME/.scripts/bomber wget -O $HOME/.scripts/pipes https://raw.githubusercontent.com/pipeseroni/pipes.sh/master/pipes.sh && chmod +x $HOME/.scripts/pipes @@ -185,8 +185,6 @@ setup_builds() { patch $BUILD/dwm/drw.c $BUILD/dwm/patch_nosquares.diff patch $BUILD/dwm/dwm.c $BUILD/dwm/patch_notitles.diff sudo make -C $BUILD/dwm clean install - - go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest && pdtm --all }