Skip to content

Commit

Permalink
winlinkexpress: remove file2 and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WheezyE authored May 30, 2024
1 parent 5d31fae commit 2b87a57
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -17684,16 +17684,12 @@ w_metadata winlinkexpress apps \
year="2024" \
media="download" \
file1="Winlink_Express_install_1-7-15-0.zip" \
file2="Winlink_Express_install.exe" \
installed_exe1="c:/RMS Express/RMS Express.exe" \
homepage="https://winlink.org"

load_winlinkexpress()
{
if [ ! -d "${W_WINDIR_UNIX}/Microsoft.NET/Framework/v4.0.30319" ]; then
#echo -e '\n NOTE!!! You must install wine-mono before continuing.'
#echo -e ' (dotnet46 also works but is not recommended)'
#echo -e ' Cancelling Winlink Express installation...\n'
w_warn "\n NOTE!!! You must install wine-mono before continuing.\n (dotnet46 also works but is not recommended)\n Cancelling Winlink Express installation...\n"
return
fi
Expand All @@ -17702,12 +17698,7 @@ load_winlinkexpress()
w_set_winver win10
w_download https://web.archive.org/web/20240529202203/https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-7-15-0.zip d520f9c89b4024ffb2d7e36fa28bd3e91a861b61fc9cff660b94edd8ebe7d540
w_try_unzip "${W_TMP}" "${W_CACHE}/${W_PACKAGE}/${file1}"
w_try "${WINE}" "${W_TMP}/${file2}" ${W_OPT_UNATTENDED:+/VERYSILENT}

#echo -e '\n NOTE!!! RUN THIS COMMAND TO ENABLE COM PORTS FOR'
#echo -e '\n RADIO-TO-COMPUTER \"USB CAT CONTROL\" CONNECTIONS:'
#echo -e '\n sudo usermod -a -G dialout \$USER'
#echo -e '\n (then log out and log in again)\n'
w_try "${WINE}" "${W_TMP}/Winlink_Express_install.exe" ${W_OPT_UNATTENDED:+/VERYSILENT}
w_warn "\n NOTE!!! RUN THIS COMMAND TO ENABLE COM PORTS FOR\n RADIO-TO-COMPUTER \"USB CAT CONTROL\" CONNECTIONS:\n sudo usermod -a -G dialout \$USER\n (then log out and log in again)\n"
}

Expand Down

0 comments on commit 2b87a57

Please sign in to comment.