-m
This commit is contained in:
9
setup.sh
9
setup.sh
@@ -9,9 +9,10 @@ cd $DIR
|
||||
DIR="`pwd`"
|
||||
echo "Working in '$DIR'."
|
||||
|
||||
echo -e "\n`date` - Upgrade Package Repos"
|
||||
pkg update &&
|
||||
pkg upgrade -y
|
||||
# Disable this since it can be timely.
|
||||
#echo -e "\n`date` - Upgrade Package Repos"
|
||||
#pkg update &&
|
||||
# pkg upgrade -y
|
||||
|
||||
echo -e "\n`date` - Check Storage Permission"
|
||||
if [[ ! -e ~/storage/shared ]]; then
|
||||
@@ -32,7 +33,7 @@ pkg install -y \
|
||||
openssh tsu vim htop git cronie man zip \
|
||||
nmap traceroute wget \
|
||||
ffmpeg imagemagick \
|
||||
kotlin php nodejs python libllvm
|
||||
kotlin php nodejs python libllvm hugo
|
||||
|
||||
echo -e "\n`date` - BASH Environment"
|
||||
if [[ ! -e ~/.env ]]; then
|
||||
|
Reference in New Issue
Block a user