Create setup.sh
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PKGS="
|
||||||
|
byobu
|
||||||
|
vim
|
||||||
|
"
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt -y upgrade
|
||||||
|
apt -y install $PKGS
|
||||||
Reference in New Issue
Block a user