We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0b03e commit 9009ef7Copy full SHA for 9009ef7
1 file changed
install.sh
@@ -40,6 +40,6 @@ chmod u+x "$TMPDIR/obsidian-wizard/obsidian-wizard.py"
40
41
# Run script
42
echo "Starting ARbs, the ARch image Based inStaller..."
43
-"$TMPDIR/obsidian-wizard/obsidian-wizard.py"
+"$TMPDIR/obsidian-wizard/obsidian-wizard.py" "$0" # $0 is used when you do bash -c "echo stuff" foo then foo will be $0
44
clear
45
echo "Thanks for using ARbs, the ARch image Based inStaller!"
0 commit comments