Fix download URLs and repository links

- Update README.md download URLs to match actual release filenames
- Add tar extraction commands for .tar.gz files
- Fix repository links from /paqet to /paqctl
This commit is contained in:
SamNet-dev
2026-02-04 04:37:57 -06:00
parent 975acc4cf5
commit bc7d6e45e9
2 changed files with 20 additions and 14 deletions

View File

@@ -1861,7 +1861,7 @@ create_management_script() {
#!/bin/bash
#
# paqctl - Paqet Manager
# https://github.com/SamNet-dev/paqet
# https://github.com/SamNet-dev/paqctl
#
VERSION="1.0.0"
@@ -5748,7 +5748,7 @@ show_info_menu() {
echo " destination on the open internet."
echo ""
echo -e " ${DIM}Technical stack: Go, gopacket, libpcap, KCP, smux, AES${NC}"
echo -e " ${DIM}Project: https://github.com/SamNet-dev/paqet${NC}"
echo -e " ${DIM}Project: https://github.com/SamNet-dev/paqctl${NC}"
echo ""
read -n 1 -s -r -p " Press any key..." < /dev/tty || true
redraw=true
@@ -5901,7 +5901,7 @@ show_info_menu() {
echo -e " ${CYAN}── Paqet ──${NC}"
echo ""
echo -e " ${BOLD}Creator:${NC} hanselime"
echo -e " ${BOLD}Repository:${NC} https://github.com/SamNet-dev/paqet"
echo -e " ${BOLD}Repository:${NC} https://github.com/SamNet-dev/paqctl"
echo -e " ${BOLD}License:${NC} MIT"
echo -e " ${BOLD}Language:${NC} Go"
echo -e " ${BOLD}Contact:${NC} Signal @hanselime.11"