Added boxes to apps

This commit is contained in:
2021-04-10 00:34:32 +02:00
parent 37d557a306
commit 92e1731a26
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
install_boxes() {
echo "Installing gnome-boxes"
sudo apt-get install gnome-boxes -y
}