Skip to content

Commit 3aa4b68

Browse files
committed
fix: caller wrong ip
1 parent 9a4ca10 commit 3aa4b68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/caller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func init() {
2020
}
2121

2222
const (
23-
addr = "127.0.0.1"
23+
addr = "192.168.127.254"
2424
user = "oomol"
2525
port = "5322"
2626
endpoint = user + "@" + addr

scripts/installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ get_platform() {
4646
fi
4747
}
4848

49-
# Setup ffmpeg binaries logic
5049
setup_ffmpeg_for_macos_aarch64() {
5150
wget https://github.com/oomol/sshexec/releases/download/v1.0.6/caller-arm64 --output-document=/usr/bin/caller
5251
ln -sf /usr/bin/caller /usr/bin/ffmpeg
5352
ln -sf /usr/bin/caller /usr/bin/ffprobe
53+
ln -sf /usr/bin/caller /usr/bin/install_ffmpeg_6
54+
/usr/bin/install_ffmpeg_6
5455
}
5556

5657
setup_ffmpeg_for_wsl2_x86_64() {

0 commit comments

Comments
 (0)