Skip to content

Commit 52d8ed5

Browse files
Updated install.sh, removed sorting
1 parent fd41a64 commit 52d8ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
shdir="scripts"
22

3-
for bashfile in $(cat $shdir/run_order.txt | sort); do
3+
for bashfile in $(cat $shdir/run_order.txt); do
44
echo -e "\nExecuting $bashfile ...\n"
55
bash "$shdir/$bashfile"
66
done

0 commit comments

Comments
 (0)