From 2ef1502adcb5fd59b8e059b0502cf34f894cf15d Mon Sep 17 00:00:00 2001 From: Syuugo Date: Sat, 3 Sep 2022 22:19:03 +0900 Subject: [PATCH] Eliminate `ca-certificates` --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index 5fab14f..6d1eca4 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -47,7 +47,7 @@ function YesNoBox { } echo "Dependencies" -sudo apt update && sudo apt -y install setools lzip wine winetricks patchelf whiptail e2fsprogs python3-pip aria2 ca-certificates +sudo apt update && sudo apt -y install setools lzip wine winetricks patchelf whiptail e2fsprogs python3-pip aria2 python3 -m pip install requests cp -r ../wine/.cache/* ~/.cache winetricks msxml6 || abort