combine config files
This commit is contained in:
parent
efba3f7c0c
commit
da8a510371
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export local_url=''
|
export local_url=''
|
||||||
|
export remote_url=''
|
||||||
|
|
||||||
export username=''
|
export username=''
|
||||||
export webuser=''
|
export webuser=''
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
export remote_url=''
|
|
||||||
|
|
||||||
# Entries below overridfe those in config-local.sh
|
|
||||||
# If not set here, those in config-local.sh will be used
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
apt upgrade || exit 10
|
||||||
|
apt install -y tmux ufw || exit 15
|
||||||
|
|
||||||
|
ufw allow ssh || exit 20
|
||||||
|
ufw enable
|
||||||
|
|
Loading…
Reference in New Issue