Skip to content

Commit

Permalink
Merge pull request #5 from NEMSLinux/patch-1
Browse files Browse the repository at this point in the history
Move to after log dir is ready
  • Loading branch information
Cat5TV committed May 10, 2021
2 parents aeec7e4 + facaacf commit 8ba79bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nems-prep.sh
Expand Up @@ -26,10 +26,6 @@ wget -O - https://nemslinux.com/repos/nemslinux.gpg.key | apt-key add -
apt-get update
apt-get install -y wget python3

# Install any NEMS components that are required immediately
apt-get install -y hw-detect


printf "RTC reports date/time as: "
date

Expand Down Expand Up @@ -125,6 +121,9 @@ Dpkg::Progress-Fancy::Progress-Bg \"%1b[40m\";
mkdir /var/log/nems
fi

# Install any NEMS components that are required immediately
apt-get install -y hw-detect

# Setup default paths
echo 'PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/bin:/usr/games:/sbin"' > /etc/environment

Expand Down

0 comments on commit 8ba79bf

Please sign in to comment.