This commit is contained in:
Dominika 2022-06-15 02:32:47 +02:00
parent 8feef9892f
commit 75876abc1a
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ source version.sh
function _login() { function _login() {
read -p "E-Mail: " login read -p "E-Mail: " login
read -s -p "Password: " pass read -s -p "Password: " pass
_login "$login" "$pass" login "$login" "$pass"
cat auth.json cat auth.json
} }

View file

@ -2,7 +2,7 @@
# https://github.com/achadwick/styrene/ # https://github.com/achadwick/styrene/
[bundle] [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 filename_stub = curseme
display_name = CurseMe display_name = CurseMe
description = 3rd-party Minecraft launcher description = 3rd-party Minecraft launcher