mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Manage Arm
This commit is contained in:
parent
4f2b466604
commit
d6d2f94dcf
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ ynh_clean_setup () {
|
|||
# Exit if an error occurs during the execution of the script
|
||||
ynh_abort_if_errors
|
||||
|
||||
arch=$(uname -m)
|
||||
if [[ $arch == arm* ]]
|
||||
then
|
||||
ynh_die "WriteFreely not available on Arm"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# RETRIEVE ARGUMENTS FROM THE MANIFEST
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue