mirror of https://github.com/zhaarey/wrapper.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
392 B
16 lines
392 B
# wrapper
|
|
All files from anonymous, No need for an Android emulator to decrypt alac
|
|
|
|
|
|
### 安装
|
|
推荐Windows Subsystem for Linux (WSL)使用
|
|
usage: `./wrapper [port] ([username] [password])`
|
|
|
|
```shell
|
|
sudo -i
|
|
wget "https://github.com/zhaarey/wrapper/releases/download/linux/wrapper.linux.x86_64.tar.gz"
|
|
mkdir wrapper
|
|
tar -xzf wrapper.linux.x86_64.tar.gz -C wrapper
|
|
cd wrapper
|
|
./wrapper
|
|
``` |