Skip to content

Commit

Permalink
update script date
Browse files Browse the repository at this point in the history
  • Loading branch information
BinBashBanana committed Oct 10, 2024
1 parent 57b0ea9 commit 71e9a10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified assets/webbuilder.tar.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion postinst/payload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

SCRIPT_DATE="[2024-10-01]"
SCRIPT_DATE="[2024-10-10]"

TARGET_DEVICE_P="${1%[0-9]*}"

Expand Down
2 changes: 1 addition & 1 deletion unverified/payload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

SCRIPT_DATE="[2024-10-01]"
SCRIPT_DATE="[2024-10-10]"

# spinner is always the 2nd /bin/sh
spinner_pid=$(pgrep /bin/sh | head -n 2 | tail -n 1)
Expand Down

0 comments on commit 71e9a10

Please sign in to comment.