This commit is contained in:
Cyril 2024-05-19 23:18:35 +02:00
parent e6a601024c
commit efb2447872
6 changed files with 213 additions and 41 deletions

View file

@ -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