This commit is contained in:
NunoSempere 2023-02-12 13:51:39 +01:00
parent c64eac94a8
commit d4442e27bb
2 changed files with 6 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
## Server init
Initialize server with lf
wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/server-init.sh -O - | sh

View File

@ -20,7 +20,7 @@ touch .bashrc
wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lf-snippet.sh -O lf-snippet.sh wget https://git.nunosempere.com/open.source/server-init/raw/branch/master/lf-snippet.sh -O lf-snippet.sh
cat lf-snippet.sh >> .bashrc cat lf-snippet.sh >> .bashrc
rm lf-snippet.sh rm lf-snippet.sh
source .bashrc
## To do: ## To do:
## - Install z ## - Install z