Skip to content

Commit a76983c

Browse files
authored
Update install.sh
1 parent f42973a commit a76983c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ check_command mktemp
2727
# Make temporary directory
2828
TMPDIR="/tmp" # was something else but then obsidian-wizard would not like it
2929

30+
clear
31+
echo "Starting ARbs, the ARch image Based inStaller..."
32+
echo "Bootstrapping obsidianctl and obsidian-wizard into /tmp..."
3033
rm "$TMPDIR/obsidian*" "/tmp/mkobsidiansfs" -rf||yes
3134
# Clone and prepare obsidian-wizard and obsidianctl
3235
git clone https://github.com/Obsidian-OS/obsidian-wizard "$TMPDIR/obsidian-wizard"
@@ -35,4 +38,7 @@ bash -c "cd /$TMPDIR/obsidianctl;make"
3538
chmod u+x "$TMPDIR/obsidian-wizard/obsidian-wizard.py"
3639

3740
# Run script
41+
echo "Starting ARbs, the ARch image Based inStaller..."
3842
"$TMPDIR/obsidian-wizard/obsidian-wizard.py"
43+
clear
44+
echo "Thanks for using ARbs, the ARch image Based inStaller!"

0 commit comments

Comments
 (0)