mirror of
				https://gitlab.com/JBBgameich/halium-install
				synced 2025-11-04 13:06:01 +08:00 
			
		
		
		
	Fix standalone script
This commit is contained in:
		@@ -14,7 +14,7 @@ insert_file() {
 | 
				
			|||||||
	sed -i "s/.*${PATTERN}//g" bin/halium-install-standalone.sh
 | 
						sed -i "s/.*${PATTERN}//g" bin/halium-install-standalone.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# No idea why sed randomly started to insert ". Anyway, let's fix it.
 | 
						# No idea why sed randomly started to insert ". Anyway, let's fix it.
 | 
				
			||||||
	sed -i '/"/d' bin/halium-install-standalone.sh
 | 
						sed -i '/^"$/d' bin/halium-install-standalone.sh
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Insert included files directly to make the script work standalone
 | 
					# Insert included files directly to make the script work standalone
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user