Skip to content

Commit

Permalink
20-updates can't work without lsb-release package
Browse files Browse the repository at this point in the history
In file 20-updates i use lsb-release to determine distribution release. 
This will fail with "OSError: [Errno 2] No such file or directory" if lsb-release is missing.
  • Loading branch information
Haxe18 authored Mar 9, 2018
1 parent 2f6a079 commit 3fa6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-motd/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/Haxe18/custom-motd.git

Package: custom-motd
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, bc, awk, python-apt
Depends: ${shlibs:Depends}, ${misc:Depends}, bc, awk, python-apt, lsb-release
Description: Custom motd information like landscape
This Packages provides a motd like a ubuntu system with landscape package.
Created with with help from https://nickcharlton.net/posts/debian-ubuntu-dynamic-motd.html

0 comments on commit 3fa6060

Please sign in to comment.