add dep install script

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 15653da864
commit bd364252da

6
rust/deps.sh Executable file
View File

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