better_clean_old_packages
This commit is contained in:
parent
28eb5cf683
commit
19488af553
5 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue