You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log "Uploading $LIBRARY_NAME to the API for patching..."
40
+
log "If you're concerened about privacy, you can review the source code of the API at https://github.com/kavishdevar/aln/blob/main/root-module-manual/server.py"
46
41
PATCHED_FILE_NAME="patched_$LIBRARY_NAME"
47
42
48
43
curl -s -X POST "$API_URL" \
@@ -51,18 +46,12 @@ curl -s -X POST "$API_URL" \
51
46
-o "$TEMP_DIR/$PATCHED_FILE_NAME" \
52
47
-D "$TEMP_DIR/headers.txt"
53
48
54
-
# Check if the patched file was downloaded successfully
55
49
if [ -f"$TEMP_DIR/$PATCHED_FILE_NAME" ];then
56
50
log "Received patched file from the API."
57
-
58
-
# Move the patched file to the module's directory
59
51
log "Installing patched file to the module's directory..."
0 commit comments