mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
10 lines
201 B
Bash
Executable File
10 lines
201 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
export PASSIVE="0"
|
|
export BASEDIR="/data/data/com.termux/files/one"
|
|
|
|
# Copy internal SSH keys
|
|
cp $HOME/one/ssh/authorized_keys /data/params/d/GithubSshKeys
|
|
|
|
exec ./launch_chffrplus.sh
|