From 01abeec453c3407fa82862f656f7c6d0b8b73b03 Mon Sep 17 00:00:00 2001 From: Zack T Date: Wed, 26 Aug 2020 10:31:19 -0700 Subject: [PATCH] v1.0.1 = Fixed Interpreter #Fail + Fixed Interpreter --- Software/AutoCAD/license_AutoCAD.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Software/AutoCAD/license_AutoCAD.py b/Software/AutoCAD/license_AutoCAD.py index 65c2288..a9f1cba 100644 --- a/Software/AutoCAD/license_AutoCAD.py +++ b/Software/AutoCAD/license_AutoCAD.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python ################################################################################################### # Script Name: license_AutoCAD.py # By: Zack Thompson / Created: 8/21/2020 @@ -6,6 +6,10 @@ # # Description: This script applies the license for AutoCAD 2020 and newer. # +# Reference: +# https://knowledge.autodesk.com/support/autocad/learn/caas/sfdcarticles/sfdcarticles/Use-Installer-Helper.html +# https://knowledge.autodesk.com/customer-service/download-install/activate/find-serial-number-product-key/product-key-look +# ################################################################################################### import json