add dep install script
This commit is contained in:
6
rust/deps.sh
Executable file
6
rust/deps.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
if [[ $(lsb_release -is) == "Arch" ]] ; then
|
||||
sudo pacman -S --needed geckodriver
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user