Skip to content

Commit d4c1a9c

Browse files
author
Snaedis Kristmundsdottir
committed
adding shebang line and progress messages
1 parent a649e85 commit d4c1a9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deps.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
echo "Starting installation"
13
sudo apt-get install update
24
sudo apt-get install upgrade
35
sudo apt-get install make
@@ -8,4 +10,5 @@ sudo apt install libclang-dev
810
sudo apt-get install liblzma-dev
911
sudo apt-get install apcalc
1012
sudo apt-get install parallel
11-
sudo apt-get install tabix
13+
sudo apt-get install tabix
14+
"Installation of dependencies finished"

0 commit comments

Comments
 (0)