From 241ac9157a739c7ae28ad7f3176814df3dee232b Mon Sep 17 00:00:00 2001 From: Perry Smit Date: Tue, 16 Jun 2020 09:11:45 +0200 Subject: [PATCH] Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md When you are on ubuntu 18.04 you should add the aliases in ~/.bash_aliases --- 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index b0d5a4f..25100bd 100644 --- a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -258,7 +258,7 @@ You're now ready to get to the bitcoin-specific part of this tutorial! We find a number of Bash aliases helpful to make it easier to use Bitcoin. ``` -$ sudo -u user1 cat >> ~user1/.bash_profile <> ~user1/.bash_aliases <