1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02:00

Updated Install (markdown)

Nick Sweeting
2024-02-19 00:18:09 -08:00
parent d1f0964adf
commit 6ac92ff627

@@ -158,8 +158,8 @@ sudo apt install python3 python3-pip python3-minimal python3-distutils nodejs li
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369 # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
# sudo apt-get update && sudo apt-get install archivebox # sudo apt-get update && sudo apt-get install archivebox
# Skip this if you already have Google Chrome/Chromium installed and in your $PATH # Make sure to install Chromium as well (can be skipped if you already have chrome installed and in your $PATH)
python3 -m pip install --upgrade playwright pip install --upgrade playwright
playwright install --with-deps chromium playwright install --with-deps chromium
# OR install chromium and its dependencies manually with apt # OR install chromium and its dependencies manually with apt
# sudo apt install chromium fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-symbola fonts-noto fonts-freefont-ttf # sudo apt install chromium fontconfig fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-symbola fonts-noto fonts-freefont-ttf