chore: update cosmetic SamNet-dev URLs from GitHub to Gitea
This commit is contained in:
14
paqctl.sh
14
paqctl.sh
@@ -12,7 +12,7 @@
|
||||
# ║ * Auto-start on boot via systemd/OpenRC/SysVinit ║
|
||||
# ║ * Easy management via CLI or interactive menu ║
|
||||
# ║ ║
|
||||
# ║ Paqet: https://github.com/SamNet-dev/paqctl ║
|
||||
# ║ Paqet: https://git.samnet.dev/SamNet-dev/paqctl ║
|
||||
# ╚═══════════════════════════════════════════════════════════════════╝
|
||||
#
|
||||
# Usage:
|
||||
@@ -2223,7 +2223,7 @@ create_management_script() {
|
||||
#!/bin/bash
|
||||
#
|
||||
# paqctl - Paqet Manager
|
||||
# https://github.com/SamNet-dev/paqctl
|
||||
# https://git.samnet.dev/SamNet-dev/paqctl
|
||||
#
|
||||
|
||||
VERSION="1.0.0"
|
||||
@@ -6515,7 +6515,7 @@ show_help() {
|
||||
echo " version Show version info"
|
||||
echo " help Show this help"
|
||||
echo ""
|
||||
echo -e "${BOLD}Paqet:${NC} https://github.com/SamNet-dev/paqctl"
|
||||
echo -e "${BOLD}Paqet:${NC} https://git.samnet.dev/SamNet-dev/paqctl"
|
||||
echo ""
|
||||
}
|
||||
|
||||
@@ -6537,7 +6537,7 @@ show_version() {
|
||||
fi
|
||||
fi
|
||||
echo ""
|
||||
echo -e " ${DIM}paqctl by SamNet-dev: https://github.com/SamNet-dev/paqctl${NC}"
|
||||
echo -e " ${DIM}paqctl by SamNet-dev: https://git.samnet.dev/SamNet-dev/paqctl${NC}"
|
||||
echo ""
|
||||
}
|
||||
|
||||
@@ -6712,7 +6712,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/paqctl${NC}"
|
||||
echo -e " ${DIM}Project: https://git.samnet.dev/SamNet-dev/paqctl${NC}"
|
||||
echo ""
|
||||
read -n 1 -s -r -p " Press any key..." < /dev/tty || true
|
||||
redraw=true
|
||||
@@ -6865,7 +6865,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/paqctl"
|
||||
echo -e " ${BOLD}Repository:${NC} https://git.samnet.dev/SamNet-dev/paqctl"
|
||||
echo -e " ${BOLD}License:${NC} AGPL-3.0 - Copyright (C) 2026 SamNet Technologies, LLC"
|
||||
echo -e " ${BOLD}Language:${NC} Go"
|
||||
echo -e " ${BOLD}Contact:${NC} Signal @hanselime.11"
|
||||
@@ -6886,7 +6886,7 @@ show_info_menu() {
|
||||
echo -e " ${CYAN}── paqctl Management Tool ──${NC}"
|
||||
echo ""
|
||||
echo -e " ${BOLD}Built by:${NC} SamNet-dev"
|
||||
echo -e " ${BOLD}Repository:${NC} https://github.com/SamNet-dev/paqctl"
|
||||
echo -e " ${BOLD}Repository:${NC} https://git.samnet.dev/SamNet-dev/paqctl"
|
||||
echo -e " ${BOLD}License:${NC} AGPL-3.0 - Copyright (C) 2026 SamNet Technologies, LLC"
|
||||
echo ""
|
||||
echo " paqctl provides one-click installation, configuration,"
|
||||
|
||||
Reference in New Issue
Block a user