Skip to content
Snippets Groups Projects
Commit bb81733b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added chsh command.

parent 6e27ad63
No related branches found
No related tags found
No related merge requests found
...@@ -427,8 +427,7 @@ then: ...@@ -427,8 +427,7 @@ then:
13 git clone https://git.astron.nl/desp/radiohdl 13 git clone https://git.astron.nl/desp/radiohdl
14 git clone https://git.astron.nl/desp/args 14 git clone https://git.astron.nl/desp/args
15 git clone https://git.astron.nl/desp/upe_gear 15 git clone https://git.astron.nl/desp/upe_gear
37 . ./init_sdptr.sh 37 initsdp
19 . ./init_upe.sh
scp ~/.gitconfig kooistra@dop386:/home/kooistra # for default git user name and user email scp ~/.gitconfig kooistra@dop386:/home/kooistra # for default git user name and user email
...@@ -841,6 +840,9 @@ https://linuxize.com/ ...@@ -841,6 +840,9 @@ https://linuxize.com/
> passwd > passwd
# If login does not source .bashrc, then set bash as default shell and relogin
chsh -s /bin/bash
# Linux update via # Linux update via
# - system updates available icon and notifications icon in toolbar # - system updates available icon and notifications icon in toolbar
# - of via command line: # - of via command line:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment