From 3749873da899e0aa2a85e80bd71272a24f2dff52 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Fri, 21 May 2021 20:55:04 +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/ --- scripts/fusion360-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fusion360-install.sh b/scripts/fusion360-install.sh index 3c40859..3646583 100644 --- a/scripts/fusion360-install.sh +++ b/scripts/fusion360-install.sh @@ -4,8 +4,8 @@ # Description: With this file you can install Autodesk Fusion 360 on Linux. # Author: Steve Zabka # Author URI: https://cryinkfly.de -# Time/Date: 20:00/21.05.2021 -# Version: 0.6 +# Time/Date: 20:55/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 # 2. Step: The installation will now start and set up everything for you automatically.