mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# Persistent data is intentionally retained for recovery or reinstallation.
|
|
exit 0
|