diff --git a/scripts/install-xboxdrv.sh b/scripts/install-xboxdrv.sh index 7ea82cd..0f433ea 100755 --- a/scripts/install-xboxdrv.sh +++ b/scripts/install-xboxdrv.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -oue pipefail -dnf install git gcc-c++ pkgconfig libusb1-devel boost-devel systemd-devel dbus-devel python3-scons +dnf install -y git gcc-c++ pkgconfig libusb1-devel boost-devel systemd-devel dbus-devel python3-scons cd ~ mkdir src cd src