Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"name": "Kali Linux",
"description": "A basic Kali Linux development environment that can be extended with security tools",
"documentationURL": "https://github.com/public-rant/template-starter/tree/main/src/playwright-kali",
"documentationURL": "https://github.com/public-rant/template-starter/tree/main/src/kali-linux",
"options": {}
}
2 changes: 1 addition & 1 deletion test/playwright-kali/test.sh → test/kali-linux/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd $(dirname "$0")
source test-utils.sh

# Template specific tests
check "distro" cat /etc/os-release | grep -i kali
check "kali" cat /etc/os-release | grep -i kali
check "python3" python3 --version
check "pip3" pip3 --version
check "curl" curl --version
Expand Down