mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Create folder in restore script
This commit is contained in:
parent
ec0fb4bc5d
commit
d8667b93ae
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ if [[ $firmware_nonfree -eq 1 ]]; then
|
||||||
else
|
else
|
||||||
packages=$free_packages
|
packages=$free_packages
|
||||||
|
|
||||||
|
mkdir -p /lib/firmware
|
||||||
ynh_restore_file "/lib/firmware/htc_7010.fw"
|
ynh_restore_file "/lib/firmware/htc_7010.fw"
|
||||||
ynh_restore_file "/lib/firmware/htc_9271.fw"
|
ynh_restore_file "/lib/firmware/htc_9271.fw"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue