1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
* Remove extra repo
This commit is contained in:
Éric Gaspar 2021-03-07 20:30:12 +01:00 committed by GitHub
parent f344bf27cd
commit 4bdf2f965c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -6,7 +6,7 @@
"en": "Alternative front-end to YouTube",
"fr": "Front-end alternatif à YouTube"
},
"version": "0.20.1~ynh5",
"version": "0.20.1~ynh6",
"url": "https://invidio.us/",
"license": "GPL-3.0-only",
"maintainer": {

View file

@ -59,6 +59,11 @@ ynh_script_progression --message="Removing dependencies..." --weight=1
# Remove metapackage and its dependencies
ynh_remove_app_dependencies
ynh_remove_extra_repo
dpkg --configure -a
apt-key del "379CE192D401AB61"
#=================================================
# REMOVE APP MAIN DIR
#=================================================