Update
This commit is contained in:
parent
e6a601024c
commit
efb2447872
6 changed files with 213 additions and 41 deletions
|
@ -30,6 +30,8 @@ function install_m600_support(){
|
|||
echo -e "Info: Linking file..."
|
||||
if [ "$model" = "K1" ]; then
|
||||
ln -sf "$M600_SUPPORT_URL" "$HS_CONFIG_FOLDER"/M600-support.cfg
|
||||
elif [ "$model" = "3KE" ]; then
|
||||
ln -sf "$M600_SUPPORT_3KE_URL" "$HS_CONFIG_FOLDER"/M600-support.cfg
|
||||
else
|
||||
ln -sf "$M600_SUPPORT_3V3_URL" "$HS_CONFIG_FOLDER"/M600-support.cfg
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue