Skip to content

Commit

Permalink
Add packages to install-script (raspiblitz#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
adevoss authored Oct 18, 2020
1 parent ae0de35 commit b17f970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_sdcard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b17f970

Please sign in to comment.