We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4ca10 commit 3aa4b68Copy full SHA for 3aa4b68
scripts/caller.go
@@ -20,7 +20,7 @@ func init() {
20
}
21
22
const (
23
- addr = "127.0.0.1"
+ addr = "192.168.127.254"
24
user = "oomol"
25
port = "5322"
26
endpoint = user + "@" + addr
scripts/installer.sh
@@ -46,11 +46,12 @@ get_platform() {
46
fi
47
48
49
-# Setup ffmpeg binaries logic
50
setup_ffmpeg_for_macos_aarch64() {
51
wget https://github.com/oomol/sshexec/releases/download/v1.0.6/caller-arm64 --output-document=/usr/bin/caller
52
ln -sf /usr/bin/caller /usr/bin/ffmpeg
53
ln -sf /usr/bin/caller /usr/bin/ffprobe
+ ln -sf /usr/bin/caller /usr/bin/install_ffmpeg_6
54
+ /usr/bin/install_ffmpeg_6
55
56
57
setup_ffmpeg_for_wsl2_x86_64() {
0 commit comments