No description
Find a file
Vítězslav Dvořák 3ab9f37f10 build deps update
2026-01-26 19:27:22 +01:00
.vscode Initial commit 2023-10-08 15:53:20 +02:00
debian build deps update 2026-01-26 19:27:22 +01:00
.gitignore Package update 2024-07-15 22:19:35 +02:00
AGENTS.md Update to geckodriver 0.36.0 and improve build process 2026-01-26 19:16:54 +01:00
download.sh Update to geckodriver 0.36.0 and improve build process 2026-01-26 19:16:54 +01:00
LICENSE Initial commit 2023-10-08 15:50:52 +02:00
README.md Update README.md 2023-10-09 00:55:31 +02:00
renovate.json Add renovate.json 2023-12-01 08:28:35 +00:00
upver.sh Update to geckodriver 0.36.0 and improve build process 2026-01-26 19:16:54 +01:00

gecko-driver-deb

repacked current geckodriver as debian package

Build your own package:

debuild -us -uc

gives you geckodriver_VERSION_amd64.deb

Install gecko-driver from vitexsoftware repository:

sudo apt install lsb-release wget apt-transport-https bzip2

wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update

sudo apt install gecko-driver