diff options
Diffstat (limited to 'tools/install_video_driver.sh')
-rwxr-xr-x | tools/install_video_driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_video_driver.sh b/tools/install_video_driver.sh index 97d7619..3b98020 100755 --- a/tools/install_video_driver.sh +++ b/tools/install_video_driver.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -/usr/sbin/urpmi --auto --no-verify-rpm x11-driver-video-fbdev xinit xclock xorg-x11 xorg-x11-75dpi-fonts drakconf +/usr/bin/dnf --nogpgcheck --assumeyes install x11-driver-video-fbdev xinit xclock xorg-x11 xorg-x11-75dpi-fonts drakconf systemctl enable display-manager.service #echo "#!/bin/sh |