Skip to content

Commit

Permalink
feat: update deepin-desktop-environment-ll.postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno-sole committed Jan 5, 2024
1 parent 9107ffb commit d601846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/deepin-desktop-environment-ll.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install_pkg(){

for pkg in `cat $1 | grep -v "^#"`
do
ll-cli --nodbus install ${pkg}
ll-cli --no-dbus install ${pkg}
done
}

Expand Down

0 comments on commit d601846

Please sign in to comment.