void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
commit 4ed0812a7091f34145ebfbb98f47dee5378530d9
parent e9e7e37670531f2520a46d8ddce39fd178c9c0ca Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 16 Jul 2024 19:48:23 -0400 Fixed github url for irc2ansi (cheers e) Diffstat:
|
1 file changed, 1 insertion(+), 3 deletions(-) |
diff --git 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 } |