mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-22 12:03:49 +00:00
⚡ Fix the Bash script
This commit is contained in:
parent
d44674fe86
commit
2fb83c3642
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
__dir="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
||||
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo update
|
||||
|
Loading…
Reference in New Issue
Block a user