Skip to content

Commit

Permalink
Fix athena-motd
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Sep 4, 2024
1 parent 9a1f0fc commit 26310f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/os-specific/athena-config/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ arch=('any')
license=("custom")
depends=('athena-theme-tweak' 'terminus-font')
source=("$pkgname.tar.gz")
sha512sums=('d63cd06e61a680f97342f9fab6aa1528b336577016c1e69413277a76a3bc8e25d09a7f487303ab98399bcabc0b5a0a69c0d55e289a4efc8828fc96af4d84c07a')
sha512sums=('a24e09062159f999cfda81cf1cfc06a876bd93b82af08af8d0c86fe58bcff69ad75979948f1ab0a996149fb64566c7f4116379bac824d6132447e75f2352ea97')

package() {
install -dm 755 "${pkgdir}/usr/bin"
Expand Down
9 changes: 9 additions & 0 deletions packages/os-specific/athena-config/usr/local/bin/athena-motd
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ echo -e "❤️ ${R}Red Teamer: ${W}sudo cyber-toolkit red$W"
echo -e "🕸️ ${G}Web Pentester: ${W}sudo cyber-toolkit web$W"
echo -e
echo -e
echo -e "🚀${Y}Getting Started${W}🚀"
echo -e
echo -e "${B}mirrorxx${W}: check for fastest Arch Linux mirrors."
echo -e "${G}rcm${W}: check for fastest Chaotic AUR mirrors."
echo -e "${R}init-keys${W}: Reinitialize and populate repository keys."
echo -e "${Y}sudo pacman -Syyu${W}: Update Athena OS packages."
echo -e
echo -e
echo -e "Are you ready to ${B}Learn${W}, ${G}Play${W} and ${R}Hack${W}?"
echo -e
echo -e "${G}Hack The Box${W} commands:"
Expand All @@ -127,6 +135,7 @@ echo -e "${B}htb-toolkit -h${W}: discover and play Hack The Box!"
echo -e "${G}htb-toolkit -k reset${W}: reset your Hack The Box App Token."
echo -e "${R}sudo kill openvpn${W}: terminate OpenVPN."
echo -e
echo -e
echo -e "$G---------------------------------------------------------------"
echo -e "$W Run ${B}athena-motd$W for showing this message "
echo -e
Expand Down

0 comments on commit 26310f4

Please sign in to comment.