build: drop lsb-release build deps.

This commit is contained in:
Alexandre Pujol 2023-04-19 18:57:31 +01:00
parent 5af9bab04b
commit ffa0f7bc3d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 6 additions and 11 deletions

View file

@ -28,7 +28,6 @@ packages:
- bash-completion
- git
- htop
- lsb-release
- man
- pass
- python-notify2

View file

@ -28,7 +28,6 @@ packages:
- bash-completion
- git
- htop
- lsb-release
- man
- pass
- python-notify2

View file

@ -23,7 +23,6 @@ packages:
- devscripts
- golang-go
- htop
- lsb-release
- qemu-guest-agent
- rsync
- vim

View file

@ -21,7 +21,7 @@ main() {
chown -R "$SUDO_USER:$SUDO_USER" "/home/$SUDO_USER/.config/"
case "$DISTRIBUTION" in
debian | ubuntu) dpkg -i $SRC/apparmor.d_*_all.deb ;;
opensuse*) zypper install -y bash-completion git go htop lsb-release make rsync vim ;;
opensuse*) zypper install -y bash-completion git go htop make rsync vim ;;
arch) pacman --noconfirm -U $SRC/apparmor.d-*-x86_64.pkg.tar.zst ;;
esac
}