better_clean_old_packages

This commit is contained in:
Milan Meduna 2020-07-10 09:59:21 +02:00
parent 28eb5cf683
commit 19488af553
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
apt update
apt-get install python3 python3-dev python3-setuptools python3-cffi dkms python3-distutils gdebi -y
apt remove zfs -y
apt remove "zfs*" -y
apt remove "zpool*" -y
apt remove "*zfs*" -y

View File

@ -1,6 +1,7 @@
#!/bin/bash
apt update
apt-get install python3 python3-dev python3-setuptools python3-cffi dkms python3-distutils gdebi -y
apt remove zfs -y
apt remove "zfs*" -y
apt remove "zpool*" -y
apt remove "*zfs*" -y

View File

@ -1,6 +1,7 @@
#!/bin/bash
apt update
apt-get install python3 python3-dev python3-setuptools python3-cffi dkms python3-distutils gdebi -y
apt remove zfs -y
apt remove "zfs*" -y
apt remove "zpool*" -y
apt remove "*zfs*" -y

View File

@ -1,6 +1,7 @@
#!/bin/bash
apt update
apt-get install python3 python3-dev python3-setuptools python3-cffi dkms python3-distutils gdebi -y
apt remove zfs -y
apt remove "zfs*" -y
apt remove "zpool*" -y
apt remove "*zfs*" -y

View File

@ -1,6 +1,7 @@
#!/bin/bash
apt update
apt-get install python3 python3-dev python3-setuptools python3-cffi dkms python3-distutils gdebi -y
apt remove zfs -y
apt remove "zfs*" -y
apt remove "zpool*" -y
apt remove "*zfs*" -y