SpectroCloud/RaspberryPiEdgePrep

From DER's LLC
Revision as of 20:04, 3 February 2025 by Ders (talk | contribs) (Created page with "== Prepare Environment == ################################## # Setup NFS Mount (NOT REQUIRED) # ################################## apt update -y apt install nfs-common -y snap install oras --classic snap install docker snap install k9s echo "172.16.85.15:/Download /nfs/Download nfs vers=4.0 0 0" >> /etc/fstab systemctl daemon-reload mkdir -p /nfs/Download mount -a")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prepare Environment

##################################
# Setup NFS Mount (NOT REQUIRED) #
##################################
apt update -y
apt install nfs-common -y
snap install oras --classic
snap install docker
snap install k9s
echo "172.16.85.15:/Download      /nfs/Download    nfs vers=4.0    0 0" >> /etc/fstab
systemctl daemon-reload
mkdir -p /nfs/Download
mount -a