File tree 6 files changed +26
-0
lines changed
6 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ MSP_OSD_URL=" https://github.com/OpenIPC/msposd/releases/download/latest/msposd_star6e"
4
+ BIN_FOLDER=" OpenIPC_Config/binaries"
5
+ FONTS_FOLDER=" ${BIN_FOLDER} /fonts"
6
+
7
+ echo " Downloading latest binaries..."
8
+
9
+ curl -L " $MSP_OSD_URL " -o $BIN_FOLDER /msposd
10
+ chmod +x OpenIPC/binaries/msposd
11
+
12
+ # # Fonts
13
+
14
+ # # INav
15
+
16
+ echo " Downloading INav font..."
17
+
18
+ curl -k -L -o $FONTS_FOLDER /inav/font.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_inav.png
19
+ curl -k -L -o $FONTS_FOLDER /inav/font_hd.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_inav_hd.png
20
+
21
+ # # Betaflight
22
+
23
+ echo " Downloading Betaflight font..."
24
+
25
+ curl -k -L -o $FONTS_FOLDER /bf/font.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_btfl.png
26
+ curl -k -L -o $FONTS_FOLDER /bf/font_hd.png https://raw.githubusercontent.com/openipc/msposd/main/fonts/font_btfl_hd.png
You can’t perform that action at this time.
0 commit comments