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 {
|
||||
# Check if this wineprefix already exist or not!
|
||||
WP_PATH_CHECK="$WP_DIRECTORY"
|
||||
if [[ -d "$WP_PATH_CHECK" ]]; then
|
||||
WP_PATH_CHECK="$WP_DIRECTORY/box-run.sh"
|
||||
if [[ -f "$WP_PATH_CHECK" ]]; then
|
||||
echo "FALSE"
|
||||
SP_INSTALLDIR_INFO
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user