Hook d'installation Yunohost
This commit is contained in:
parent
c51c4d1d0f
commit
d53b44b954
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
wget -O /usr/local/bin/yunohost-install https://raw.githubusercontent.com/YunoHost/install_script/buster-unstable/install_yunohost
|
||||
chmod +x /usr/local/bin/yunohost-install
|
||||
/usr/local/bin/yunohost-install -a
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue