Skip to content

Commit

Permalink
Always do an apt update before securedrop-admin setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandyer committed Nov 29, 2023
1 parent e62ff60 commit a6dd4c9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/admin/deployment/onboarding_journalists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ to access the servers over SSH.
- Open a terminal and run the following commands:

.. code:: sh
sudo apt update
cd ~/Persistent/securedrop
./securedrop-admin setup
./securedrop-admin tailsconfig
Expand Down
1 change: 1 addition & 0 deletions docs/admin/deployment/ssh_over_local_net.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ latest production release.

.. code:: sh
$ sudo apt update
$ cd ~/Persistent/securedrop
$ ./securedrop-admin update
$ ./securedrop-admin setup
Expand Down
1 change: 1 addition & 0 deletions docs/admin/installation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ command:

.. code:: sh
sudo apt update
./securedrop-admin setup
The package installation will take approximately 10 minutes or longer, depending
Expand Down
1 change: 1 addition & 0 deletions docs/admin/maintenance/rebuild_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ previous steps. To do so, connect to the Tor network on the

.. code:: sh
sudo apt update
cd ~/Persistent/securedrop
./securedrop-admin setup
./securedrop-admin sdconfig
Expand Down
3 changes: 2 additions & 1 deletion docs/admin/maintenance/update_workstations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ out the new release: ::

Finally, run the following commands: ::

sudo apt update
./securedrop-admin setup
./securedrop-admin tailsconfig
./securedrop-admin tailsconfig

0 comments on commit a6dd4c9

Please sign in to comment.