From dbbb342afa78c824e25a49ec679f725e44fe2fca Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 22 Jan 2025 20:10:48 -0500 Subject: python for prep script, clean up assets --- assets/prepare.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'assets/prepare.sh') diff --git a/assets/prepare.sh b/assets/prepare.sh index debfede..57a1620 100755 --- a/assets/prepare.sh +++ b/assets/prepare.sh @@ -9,20 +9,13 @@ fakenvapiver=v1.2.0 standalone=1 if [[ -d "$mod_path" ]] && [[ ! $mod_path == . ]]; then - read -p "$mod_path already exists, override the old version? [y/N] " -n 1 -r