Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 7bf2bda

Browse files
committed
Remove unused packages during provision [skip ci]
1 parent b977849 commit 7bf2bda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/provision/provision.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ sudo add-apt-repository ppa:pinepain/libv8-6.0
1010
# Let's update packages list:
1111
sudo apt-get update
1212

13+
# Remove unused
14+
sudo apt-get remove -y liblxc1 lxc-common lxd lxcfs
15+
16+
1317
# Make sure this system tools installed:
1418
sudo apt-get install -y git htop curl pkgconf
1519

0 commit comments

Comments
 (0)