mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update install
This commit is contained in:
parent
60ce2b7d8e
commit
a8cc2a8e6f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
# INSTALL GO
|
||||
#=================================================
|
||||
|
||||
type /usr/lib/go-1.11/bin > /dev/null || {
|
||||
type /usr/lib/go-1.11/bin/go > /dev/null || {
|
||||
ynh_script_progression --message="Installing go..." --time --weight=1
|
||||
wget https://dl.google.com/go/go$GO_VERSION.linux-$architecture.tar.gz -q
|
||||
tar -C /usr/lib -xzf go$GO_VERSION.linux-$architecture.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue