File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ check_command mktemp
2727# Make temporary directory
2828TMPDIR=" /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..."
3033rm " $TMPDIR /obsidian*" " /tmp/mkobsidiansfs" -rf|| yes
3134# Clone and prepare obsidian-wizard and obsidianctl
3235git clone https://github.com/Obsidian-OS/obsidian-wizard " $TMPDIR /obsidian-wizard"
@@ -35,4 +38,7 @@ bash -c "cd /$TMPDIR/obsidianctl;make"
3538chmod 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!"
You can’t perform that action at this time.
0 commit comments