Update bootstrap.sh
This commit is contained in:
@@ -4,13 +4,13 @@ echo "Install Spice/QEMU"
|
||||
sudo apt install -y spice-vdagent spice-webdavd qemu-guest-agent
|
||||
|
||||
echo "Install utilities"
|
||||
sudo apt install -y bat btop curl dbus fish git hx sudo clang make
|
||||
sudo apt install -y bat btop curl dbus fish git hx sudo clang make unzip
|
||||
|
||||
echo "Install Desktop dependencies"
|
||||
sudo apt install -y libconfig11 libconfig-dev libdbus-1-dev libx11-dev libx11-xcb-dev libxcb-res0-dev libxinerama-dev libimlib2-dev libyajl-dev libxft-dev libxfixes-dev libxi-dev libfribidi-dev
|
||||
|
||||
echo "Install Nerd Fonts"
|
||||
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/officialrajdeepsingh/nerd-fonts-installer/main/install.sh)"
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/officialrajdeepsingh/nerd-fonts-installer/main/install.sh)"
|
||||
|
||||
echo "Install Desktop"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user