This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:update [2022/05/24 22:47] – [Update RADIUSdesk] admin | getting_started:update [2022/06/02 20:08] (current) – [Update RADIUSdesk] admin | ||
|---|---|---|---|
| Line 40: | Line 40: | ||
| # Extract the RADIUSdesk modified FreeRADIUS directory | # Extract the RADIUSdesk modified FreeRADIUS directory | ||
| sudo tar xzf / | sudo tar xzf / | ||
| - | sudo mv / | + | sudo mv / |
| + | cd / | ||
| + | sudo chown -R freerad. 3.0 | ||
| + | sudo mkdir / | ||
| + | chown freerad. / | ||
| # Start the service | # Start the service | ||
| - | sudo systemctl | + | sudo systemctl |
| # See if it is now running with the new config | # See if it is now running with the new config | ||
| sudo systemctl status freeradius | sudo systemctl status freeradius | ||
| </ | </ | ||
| * Update the GUI in the Nginx Document Root | * Update the GUI in the Nginx Document Root | ||
| + | <code bash> | ||
| + | sudo cp -R / | ||
| + | </ | ||