mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Replace jq with grep. Resolves #427
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| # Assume "yes" as answer to all prompts and run non-interactively | ||||
|  | ||||
| UPDATE_URL="https://raw.githubusercontent.com/billz/raspap-webgui/master/" | ||||
| VERSION=$(curl -s https://api.github.com/repos/billz/raspap-webgui/releases/latest | jq -r .tag_name) | ||||
| VERSION=$(curl -s "https://api.github.com/repos/billz/raspap-webgui/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' ) | ||||
| wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh | ||||
| source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user