Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terminal title #105

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bin/install-core
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ wget --continue --no-host-directories --cut-dirs=1 --recursive --level=1 --accep
clear -x

# Setup Persistent Storage if it is not already
printf '\033]2;Setup the Persistent Storage\a'
persistent-setup || systemctl reboot

# Installs Bails to Persistent Storage
Expand Down
1 change: 1 addition & 0 deletions bin/persistent-setup
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ INSTALL_DIR="$DOTFILES/.local/share/bitcoin-core"
[ -d $INSTALL_DIR ] || zenity --title='Welcome to Bails' --info \
--text="Thank you for choosing Bails, a self-custodial Bitcoin Core wallet and full node.\n\nDuring this initial setup process, we will guide you through the necessary steps\nto ensure a smooth experience. Let's get started!" \
--no-wrap --ok-label='Continue' $ICON --icon-name=bails128
printf '\033]2;Setup the Persistent Storage\a'

# check for already unlocked Persistent Storage
if [ -b '/dev/mapper/TailsData_unlocked' ]; then
Expand Down
Loading