Add variable for version number

This commit is contained in:
Steve Zabka
2021-09-15 16:31:35 +02:00
committed by GitHub
parent e60b52e5bb
commit 511a9c84c3

View File

@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2021 #
# Time/Date: 14:00/11.09.2021 #
# Version: 1.0 #
# Time/Date: 16:30/12.09.2021 #
# Version: 1.1 #
########################################################################################
##############################################################################
@@ -52,7 +52,7 @@
text_1_1="Do you wish to install these packages (y/n)?"
#welcome-screen-1
text_2="Installation of Autodesk Fusion360 - Version 4.3"
text_2="Installation of Autodesk Fusion360 - Version $version_number"
text_2_1="Do you wish to install Autodesk Fusion 360?"
text_2_2="Choose one of the following options:"
text_2_3="Yes"
@@ -131,7 +131,7 @@
text_1_1="Möchten Sie diese Pakete installieren (j/n)?"
#welcome-screen-1
text_2="Installation von Autodesk Fusion360 - Version 4.3"
text_2="Installation von Autodesk Fusion360 - Version $version_number"
text_2_1="Möchten Sie Autodesk Fusion 360 installieren?"
text_2_2="Wählen Sie eine der folgenden Optionen:"
text_2_3="Ja"
@@ -201,6 +201,7 @@
# THE INSTALLATION PROGRAM IS STARTED HERE:
##############################################################################
version_number="4.4"
select-language
############################################################################################################################################################