From 75876abc1a395582abd1a265b2da4d713a60c068 Mon Sep 17 00:00:00 2001 From: Dominika Date: Wed, 15 Jun 2022 02:32:47 +0200 Subject: [PATCH] * fixes --- launcher/helper.sh | 2 +- launcher/windows/curseme.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/helper.sh b/launcher/helper.sh index 96aae28..b71baaf 100644 --- a/launcher/helper.sh +++ b/launcher/helper.sh @@ -10,7 +10,7 @@ source version.sh function _login() { read -p "E-Mail: " login read -s -p "Password: " pass - _login "$login" "$pass" + login "$login" "$pass" cat auth.json } diff --git a/launcher/windows/curseme.cfg b/launcher/windows/curseme.cfg index 6d24efd..546afc2 100644 --- a/launcher/windows/curseme.cfg +++ b/launcher/windows/curseme.cfg @@ -2,7 +2,7 @@ # https://github.com/achadwick/styrene/ [bundle] -packages = p7zip {pkg_prefix}jq {pkg_prefix}curl msys2-runtime +packages = p7zip {pkg_prefix}jq {pkg_prefix}curl msys2-runtime grep sed {pkg_prefix}termcap ncurses filename_stub = curseme display_name = CurseMe description = 3rd-party Minecraft launcher