mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-05 04:45:48 +01:00
Update install.sh
This commit is contained in:
@@ -128,8 +128,8 @@ fi
|
|||||||
|
|
||||||
function SP_INSTALLDIR_CHECK {
|
function SP_INSTALLDIR_CHECK {
|
||||||
# Check if this wineprefix already exist or not!
|
# Check if this wineprefix already exist or not!
|
||||||
WP_PATH_CHECK="$WP_DIRECTORY"
|
WP_PATH_CHECK="$WP_DIRECTORY/box-run.sh"
|
||||||
if [[ -d "$WP_PATH_CHECK" ]]; then
|
if [[ -f "$WP_PATH_CHECK" ]]; then
|
||||||
echo "FALSE"
|
echo "FALSE"
|
||||||
SP_INSTALLDIR_INFO
|
SP_INSTALLDIR_INFO
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user