Fixed github url for irc2ansi (cheers e)

This commit is contained in:
Dionysus 2024-07-16 19:48:23 -04:00
parent e9e7e37670
commit 4ed0812a70
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

4
setup
View File

@ -152,7 +152,7 @@ setup_fun() {
BUILD=$HOME/dev/build BUILD=$HOME/dev/build
mkdir -p $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/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 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/drw.c $BUILD/dwm/patch_nosquares.diff
patch $BUILD/dwm/dwm.c $BUILD/dwm/patch_notitles.diff patch $BUILD/dwm/dwm.c $BUILD/dwm/patch_notitles.diff
sudo make -C $BUILD/dwm clean install sudo make -C $BUILD/dwm clean install
go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest && pdtm --all
} }