chore: Install bs4 package for web scraping functionality

This commit is contained in:
Ing 2024-08-28 21:01:15 +08:00
parent 823b9e9dc9
commit ea52a34561
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function create() {
sudo apt update sudo apt update
sudo apt install -y locales busybox dialog curl xz-utils cpio sed qemu-utils 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 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) YQ=$(command -v yq)

View File

@ -1,3 +1,4 @@
bs4
click click
kmodule kmodule
requests requests