mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
chore: Install bs4 package for web scraping functionality
This commit is contained in:
parent
823b9e9dc9
commit
ea52a34561
@ -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)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
bs4
|
||||||
click
|
click
|
||||||
kmodule
|
kmodule
|
||||||
requests
|
requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user