mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] remove script: remove package with dpkg.
This commit is contained in:
parent
0811df144e
commit
a09f1540af
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ port=$(sudo yunohost app setting $app port)
|
|||
# Remove Duniter
|
||||
source ~/.bashrc
|
||||
$app stop
|
||||
sudo dpkg -r $app
|
||||
#rm -Rf $DUNITER_DIR
|
||||
#rm -Rf /home/admin/.config/$app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue