build: drop lsb-release build deps.
This commit is contained in:
parent
5af9bab04b
commit
ffa0f7bc3d
9 changed files with 6 additions and 11 deletions
|
|
@ -28,7 +28,6 @@ packages:
|
|||
- bash-completion
|
||||
- git
|
||||
- htop
|
||||
- lsb-release
|
||||
- man
|
||||
- pass
|
||||
- python-notify2
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ packages:
|
|||
- bash-completion
|
||||
- git
|
||||
- htop
|
||||
- lsb-release
|
||||
- man
|
||||
- pass
|
||||
- python-notify2
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ packages:
|
|||
- devscripts
|
||||
- golang-go
|
||||
- htop
|
||||
- lsb-release
|
||||
- qemu-guest-agent
|
||||
- rsync
|
||||
- vim
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue