From d8d741b83f7c3bb9619806d97d10e0ac3181fd8c Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 21 May 2021 21:08:33 +0200 Subject: [PATCH] Install the command line tool "xdotool" This tool we need later, when we start Autodesk Fusion 360 with my script "fusion360-start.sh". For more information you can read more here: https://www.semicomplete.com/projects/xdotool/ & https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/issues/9 --- scripts/fusion360-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fusion360-install.sh b/scripts/fusion360-install.sh index 3646583..abd3515 100644 --- a/scripts/fusion360-install.sh +++ b/scripts/fusion360-install.sh @@ -4,7 +4,7 @@ # Description: With this file you can install Autodesk Fusion 360 on Linux. # Author: Steve Zabka # Author URI: https://cryinkfly.de -# Time/Date: 20:55/21.05.2021 +# Time/Date: 21/21.05.2021 # Version: 0.7 # 1. Step: Open a Terminal and run this command: cd Downloads && chmod +x fusion360-install.sh && bash fusion360-install.sh