Commit dedc3ff

Ansari <ansari_official@yahoo.com>
2025-07-21 13:12:04
Fix sourcing method for common script in termux-vscode.sh
1 parent 361a7b6
Changed files (1)
termux-vscode.sh
@@ -8,8 +8,7 @@ fi
 
 COMMON_SCRIPT_URL="https://scripts.ansari.wtf/common.sh"
 
-# source <(curl -s $COMMON_SCRIPT_URL)
-source "./common.sh"
+source <(curl -s $COMMON_SCRIPT_URL)
 
 cleanup() {
     echo