mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-10-29 17:36:11 +01:00
Added test case
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
# Author URI: https://cryinkfly.com #
|
# Author URI: https://cryinkfly.com #
|
||||||
# License: MIT #
|
# License: MIT #
|
||||||
# Copyright (c) 2020-2024 #
|
# Copyright (c) 2020-2024 #
|
||||||
# Time/Date: 08:55/10.09.2024 #
|
# Time/Date: 18:02/22.09.2024 #
|
||||||
# Version: 2.0.0-Alpha #
|
# Version: 2.0.1-Alpha #
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
###############################################################################################################################################################
|
###############################################################################################################################################################
|
||||||
|
|||||||
BIN
files/setup/locale/cs_CZ/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/cs_CZ/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/de_DE/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/de_DE/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/en_US/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/en_US/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/es_ES/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/es_ES/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/fr_FR/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/fr_FR/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/it_IT/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/it_IT/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/ja_JP/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/ja_JP/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/ko_KR/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/ko_KR/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/pl_PL/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/pl_PL/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/pt_BR/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/pt_BR/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/tr_TR/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/tr_TR/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/zh_CN/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/zh_CN/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
BIN
files/setup/locale/zh_TW/LC_MESSAGES/autodesk_fusion.mo
Normal file
BIN
files/setup/locale/zh_TW/LC_MESSAGES/autodesk_fusion.mo
Normal file
Binary file not shown.
0
files/testing-scripts/check-disk-space.sh
Normal file → Executable file
0
files/testing-scripts/check-disk-space.sh
Normal file → Executable file
4
files/testing-scripts/check-secure-boot-status.sh
Normal file → Executable file
4
files/testing-scripts/check-secure-boot-status.sh
Normal file → Executable file
@@ -3,8 +3,8 @@
|
|||||||
# Function to check if Secure Boot is activated
|
# Function to check if Secure Boot is activated
|
||||||
check_secure_boot() {
|
check_secure_boot() {
|
||||||
if ! command -v mokutil &> /dev/null; then
|
if ! command -v mokutil &> /dev/null; then
|
||||||
echo "mokutil command not found. Please install it to check Secure Boot status."
|
echo "emokutil command not found. Please install it to check Secure Boot status."
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if Secure Boot is enabled
|
# Check if Secure Boot is enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user