Create setup.sh
This commit is contained in:
parent
6eaf2cca28
commit
41c71582e0
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
PKGS="
|
||||
byobu
|
||||
vim
|
||||
"
|
||||
|
||||
apt update
|
||||
apt -y upgrade
|
||||
apt -y install $PKGS
|
Loading…
Reference in New Issue