From bb81733bd6f0b9698bc84a383523b63467cd3023 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 16 Jun 2022 10:41:23 +0200
Subject: [PATCH] Added chsh command.

---
 doc/erko_howto_tools.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index 15c830661b..d1c94799bc 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -427,8 +427,7 @@ then:
    13  git clone https://git.astron.nl/desp/radiohdl
    14  git clone https://git.astron.nl/desp/args
    15  git clone https://git.astron.nl/desp/upe_gear
-   37  . ./init_sdptr.sh
-   19  . ./init_upe.sh
+   37  initsdp
 
    scp ~/.gitconfig kooistra@dop386:/home/kooistra    # for default git user name and user email
 
@@ -841,6 +840,9 @@ https://linuxize.com/
 
 > passwd
 
+# If login does not source .bashrc, then set bash as default shell and relogin
+chsh -s /bin/bash
+
 # Linux update via
 # - system updates available icon and notifications icon in toolbar
 # - of via command line:
-- 
GitLab