Add setup-debian.sh
This commit is contained in:
parent
71335f5d02
commit
f83258de92
1 changed files with 7 additions and 0 deletions
7
setup-debian.sh
Normal file
7
setup-debian.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
|
||||||
|
apt-get upgrade -y
|
||||||
|
|
||||||
|
apt-get install -y gnome-core vim chromium dropbear dropbear-initramfs
|
Loading…
Add table
Reference in a new issue