This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_linux_installation_scripts
Watch
3
Star
0
Fork
1
You've already forked sh_linux_installation_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d0d8f9d221
sh_linux_installation_scripts
/
common
/
debian
/
apps
/
boxes.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Added boxes to apps
2021-04-10 00:34:32 +02:00
#!/bin/bash
install_boxes
(
)
{
echo
"Installing gnome-boxes"
Changed to apt
2021-11-24 09:13:58 +01:00
sudo apt install gnome-boxes -y
Added boxes to apps
2021-04-10 00:34:32 +02:00
}
Reference in New Issue
Copy Permalink