Files
packager/rust/deps.sh
2023-08-29 21:34:00 +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