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