mirror of
https://gitlab.com/JBBgameich/halium-install
synced 2025-11-03 20:45:42 +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
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user