Files
packager/deps.sh
2023-09-11 20:12:49 +02:00

7 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
if [[ $(lsb_release -is) == "Arch" ]] ; then
sudo pacman -S --needed geckodriver
fi