mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Fix
This commit is contained in:
parent
07f8f26941
commit
487360f1aa
2 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ SOURCE_SUM=0224f2bf7b3223358b92be8fa5a5a68fd93b1547f791ed20f9107c8e5933256a
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=deb
|
SOURCE_FORMAT=deb
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=thelounge_4.3.0.pre.6_all.deb
|
SOURCE_FILENAME=thelounge.deb
|
||||||
SOURCE_EXTRACT=false
|
SOURCE_EXTRACT=false
|
||||||
|
|
|
@ -64,7 +64,7 @@ ynh_script_progression --message="Installing dependencies..."
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
tempdir="$(mktemp -d)"
|
||||||
ynh_setup_source --dest_dir=$tempdir --source_id=deb
|
ynh_setup_source --dest_dir=$tempdir --source_id=deb
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/thelounge_4.3.0.pre.6_all.deb
|
ynh_exec_warn_less dpkg -i $tempdir/thelounge.deb
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue