diff --git a/rust/deps.sh b/rust/deps.sh new file mode 100755 index 0000000..dd6c231 --- /dev/null +++ b/rust/deps.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +if [[ $(lsb_release -is) == "Arch" ]] ; then + sudo pacman -S --needed geckodriver +fi + +