Skip to content

Commit 30113de

Browse files
committed
feat: adding support for kali linux
1 parent 63e0831 commit 30113de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ install_dependencies() {
196196

197197
# Install dependencies based on the distribution
198198
case "$DISTRO" in
199-
ubuntu|debian|linuxmint)
199+
ubuntu|debian|linuxmint|kali)
200200
echo "Detected an Ubuntu/Debian based distribution."
201201
sudo apt update
202202
sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37 \

0 commit comments

Comments
 (0)