diff --git a/localbuild.sh b/localbuild.sh index 1f88f06a..655e96da 100755 --- a/localbuild.sh +++ b/localbuild.sh @@ -35,6 +35,7 @@ function create() { sudo apt update sudo apt install -y locales busybox dialog curl xz-utils cpio sed qemu-utils + sudo pip install bs4 sudo locale-gen ar_SA.UTF-8 de_DE.UTF-8 en_US.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 ko_KR.UTF-8 ru_RU.UTF-8 th_TH.UTF-8 tr_TR.UTF-8 uk_UA.UTF-8 vi_VN.UTF-8 zh_CN.UTF-8 zh_HK.UTF-8 zh_TW.UTF-8 YQ=$(command -v yq) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 27320e5a..495ecaf5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,3 +1,4 @@ +bs4 click kmodule requests