mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 18:43:41 +01:00
x86: run apt autoremove
This commit is contained in:
parent
464f2ef61b
commit
df1591e1c9
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
|
# make sure we have all updates installed (from the -updates and -security repos)
|
||||||
APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confold" -f -y dist-upgrade
|
APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confold" -f -y dist-upgrade
|
||||||
|
# to remove old kernel versions
|
||||||
|
apt --purge autoremove
|
||||||
apt install -y polkitd locales zstd dhcpcd wpasupplicant
|
apt install -y polkitd locales zstd dhcpcd wpasupplicant
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user