Updates
This commit is contained in:
parent
e70c440de0
commit
8e096f83e2
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
clear
|
||||||
if [ -f ~/dotfiles/.settings/terminal.sh ]; then
|
if [ -f ~/dotfiles/.settings/terminal.sh ]; then
|
||||||
terminal="$(cat ~/dotfiles/.settings/terminal.sh)"
|
terminal="$(cat ~/dotfiles/.settings/terminal.sh)"
|
||||||
echo ":: Installing $terminal"
|
echo ":: Installing $terminal"
|
||||||
|
@ -13,4 +14,5 @@ if [ -f ~/dotfiles/.settings/terminal.sh ]; then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "ERROR: ~/dotfiles/.settings/terminal.sh not found"
|
echo "ERROR: ~/dotfiles/.settings/terminal.sh not found"
|
||||||
fi
|
fi
|
||||||
|
sleep 3
|
Loading…
Reference in New Issue
Block a user