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/
This commit is contained in:
Steve Zabka
2021-05-21 20:55:04 +02:00
committed by GitHub
parent 55fe8cdc55
commit 3749873da8

View File

@@ -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.