diff --git a/scripts/install-xboxdrv.sh b/scripts/install-xboxdrv.sh index 6e329c1..7ea82cd 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-scon +dnf install git gcc-c++ pkgconfig libusb1-devel boost-devel systemd-devel dbus-devel python3-scons cd ~ mkdir src cd src