forked from OpenWF/Website
		
	Update shebang to be more portable
This commit is contained in:
		
							parent
							
								
									a0a9952947
								
							
						
					
					
						commit
						1c48dd8e21
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ -f "Warframe.x64.exe" ]]; then
 | 
					if [[ -f "Warframe.x64.exe" ]]; then
 | 
				
			||||||
	if [[ ! -f "OpenWF/Download Latest DLL.sh" ]]; then
 | 
						if [[ ! -f "OpenWF/Download Latest DLL.sh" ]]; then
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Fetching latest version..."
 | 
					echo "Fetching latest version..."
 | 
				
			||||||
latest_version=$(curl -s "https://openwf.io/supplementals/client%20drop-in/latest.txt")
 | 
					latest_version=$(curl -s "https://openwf.io/supplementals/client%20drop-in/latest.txt")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user