diff --git a/bootstrap.sh b/bootstrap.sh index 4c81b8b..82a32a8 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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"