mirror of
				https://github.com/We-Dont-Byte/Mind_Reader.git
				synced 2025-02-04 10:38:42 +00:00 
			
		
		
		
	Attempt fix setup script on Linux
Also update CC BY-SA notice of attribution
This commit is contained in:
		@@ -93,7 +93,7 @@ function Invoke-DryRun {
 | 
			
		||||
# Reset-Path: Reload the Path environment variable
 | 
			
		||||
function Reset-Path {
 | 
			
		||||
   Write-Output "Reloading Path..."
 | 
			
		||||
   #* Courtesy of user [mpen](https://stackoverflow.com/users/65387/mpen) on [StackOverflow](https://stackoverflow.com/a/31845512)
 | 
			
		||||
   #* This code was created by user [mpen](https://stackoverflow.com/users/65387/mpen) on [StackOverflow](https://stackoverflow.com/a/31845512) and is used in accordance with Creative Commons CC BY-SA 3.0
 | 
			
		||||
   $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -83,7 +83,7 @@ function Invoke-Dryrun {
 | 
			
		||||
# Reset-Path: Reload the Path environment variable
 | 
			
		||||
function Reset-Path {
 | 
			
		||||
   Write-Output "Reloading Path..."
 | 
			
		||||
   #* Courtesy of user [mpen](https://stackoverflow.com/users/65387/mpen) on [StackOverflow](https://stackoverflow.com/a/31845512)
 | 
			
		||||
   #* This code was created by user [mpen](https://stackoverflow.com/users/65387/mpen) on [StackOverflow](https://stackoverflow.com/a/31845512) and is used in accordance with Creative Commons CC BY-SA 3.0
 | 
			
		||||
   $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -15,9 +15,6 @@
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "PackageIdentifier": "Microsoft.VisualStudioCode"
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "PackageIdentifier": "NVAccess.NVDA"
 | 
			
		||||
            }
 | 
			
		||||
         ],
 | 
			
		||||
         "SourceDetails": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user