mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
Add packages to install-script (#1612)
This commit is contained in:
parent
66dd4efe4a
commit
292949ff7f
1 changed files with 3 additions and 0 deletions
|
@ -369,6 +369,9 @@ sudo apt install -y htop git curl bash-completion vim jq dphys-swapfile bsdmainu
|
|||
# installs bandwidth monitoring for future statistics
|
||||
sudo apt install -y vnstat
|
||||
|
||||
# prepare for format data drive
|
||||
sudo apt install -y parted dosfstools
|
||||
|
||||
# prepare for BTRFS data drive raid
|
||||
sudo apt install -y btrfs-progs btrfs-tools
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue