We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d836a42 commit c833b35Copy full SHA for c833b35
common/package_manager.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
SCRIPT_DIR="$(dirname "$BASH_SOURCE")"
3
-SCRIPT_DIR="/opt/hiddify-manager/common"
+
4
+# echo $SCRIPT_DIR && exit 1
5
6
source $SCRIPT_DIR/utils.sh
7
# File to store package information
0 commit comments