From 6397ca969563af01e6aac75063929a8d6905090c Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 4 Jun 2026 07:19:36 +0300 Subject: [PATCH] removed GNU Go from roid-tools --- roid-tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roid-tools b/roid-tools index 6f07943..8854dd2 100644 --- a/roid-tools +++ b/roid-tools @@ -8,7 +8,7 @@ # - Security tools: GnuPG, Pass, NMap, THC Hydra, John the Ripper, Hashcat, SQLMAP, Gobuster, BlueShift # - Dev tools: Git, SQlite3, CMake # - Languages: Go, Tcl (+ Tcllib, TclTLS, SQLite-Tcl), Janet (+ JPM, Spork, Jurl, Janet-SQLite3) -# - Fun tools and games: Frotz, FIGlet (+ extra fonts), BSD Games, Bastet, Nudoku, GNU Go, Scoundrel-Bash, +# - Fun tools and games: Frotz, FIGlet (+ extra fonts), BSD Games, Bastet, Nudoku, Scoundrel-Bash, # Rogue, Cataclysm: Dark Days Ahead (min. 80x24 terminal size required for it and Rogue) # Created by Luxferre in 2026, released into the public domain @@ -21,7 +21,7 @@ localinst() { # install all tool dependencies echo 'Installing packages...' -PKGS='curl git nano mc zip p7zip jq yq miller the_silver_searcher fzf dtach dialog progress discount rlwrap htop sqlite tcl tcllib tcltls sqlite-tcl janet jpm go cmake openssl-devel libcurl-devel aria2 wget lynx offpunk netcat socat rsync gnupg pass nmap john hashcat hashcat-utils thc-hydra sqlmap gobuster ImageMagick pngcrush sox ffmpeg mpg123 dumbplay figlet figlet-fonts frotz bsd-games rogue bastet nudoku gnugo Cataclysm-DDA' +PKGS='curl git nano mc zip p7zip jq yq miller the_silver_searcher fzf dtach dialog progress discount rlwrap htop sqlite tcl tcllib tcltls sqlite-tcl janet jpm go cmake openssl-devel libcurl-devel aria2 wget lynx offpunk netcat socat rsync gnupg pass nmap john hashcat hashcat-utils thc-hydra sqlmap gobuster ImageMagick pngcrush sox ffmpeg mpg123 dumbplay figlet figlet-fonts frotz bsd-games rogue bastet nudoku Cataclysm-DDA' cd sudo xbps-install -Suy $PKGS