Commit 19408a1a authored by Egor Kremnev's avatar Egor Kremnev

fix scripts

parent 8a94fb90
......@@ -44,7 +44,7 @@ cp .env.dusk .env
php artisan key:generate
# Устанавливем браузер нужной версии для тестов
VERSION_STRING="114.0.5735.90" # Replace this value with the one you copied earlier
VERSION_STRING="114.0.5735.90-1" # Replace this value with the one you copied earlier
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${VERSION_STRING}_amd64.deb"
sudo dpkg -i "google-chrome-stable_${VERSION_STRING}_amd64.deb"
rm -i "google-chrome-stable_${VERSION_STRING}_amd64.deb"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment