Delete fusion360-install.sh

This commit is contained in:
Steve Zabka
2021-10-21 20:24:38 +02:00
committed by GitHub
parent cbedd4fd0c
commit 63819a1d84

View File

@@ -1,23 +0,0 @@
#!/bin/bash
####################################################################################################
# Name: Autodesk Fusion 360 - Setup Wizard (Linux) #
# Description: This file create the structure for the Setup Wizard. #
# Author: Steve Zabka #
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2021 #
# Time/Date: 11:00/20.10.2021 #
# Version: 1.0 #
####################################################################################################
###############################################################################################################################################################
# ALL FUNCTIONS ARE ARRANGED HERE: #
###############################################################################################################################################################
mkdir -p bin
mkdir -p data
wget -N -P bin https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/scripts/stable-branch/bin/fusion360-base.sh
chmod +x bin/fusion360-base.sh
. bin/fusion360-base.sh