Skip to content

Commit

Permalink
added links for the redistribute
Browse files Browse the repository at this point in the history
  • Loading branch information
synle committed Dec 29, 2023
1 parent 46372e3 commit 7633ffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,11 @@ function WindowsNotesDom() {
<LinkButton block href='https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170'>
Microsoft Visual C++ Redistributable
</LinkButton>
<LinkButton
block
href='https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.14-windows-x64-installer?cid=getdotnetcore'>
Microsoft .NET 7.0 Desktop Runtime (v7.0.14)
</LinkButton>
</div>

<div className='form-label'>SFTP Mount Applications</div>
Expand Down
4 changes: 2 additions & 2 deletions software/scripts/bash-syle-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ${contentBashProfileBarebone}
##########################################################
`.trim();

contentBashProfileAdvanced= `
contentBashProfileAdvanced = `
##########################################################
## begin advanced profile
##########################################################
Expand All @@ -30,7 +30,7 @@ ${contentBashProfileAdvanced}
##########################################################
## begin advanced profile
##########################################################
`.trim()
`.trim();

// barebone script
console.log(' >> Barebone profile');
Expand Down

0 comments on commit 7633ffd

Please sign in to comment.