Skip to content

Commit

Permalink
update photo and install script
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rckh committed Apr 18, 2022
1 parent a08a44e commit 1aba897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi

echo "Installing dependencies: nim"
apt install nim
echo "Building vaf using 'nimble build'"
nimble build --verbose
echo "Downloading vaf"
wget https://github.com/d4rckh/vaf/releases/latest/download/Linux-vaf
echo "Deleting previous installation of var (if it exists)"
rm /usr/bin/vaf
echo "Linking vaf to /usr/bin/vaf"
ln -s `pwd`/vaf /usr/bin/vaf
echo "Moving vaf to /usr/bin/vaf"
mv Linux-vaf /usr/bin/vaf
echo
echo "vaf installed successfully, you can now run 'vaf'"
Binary file modified screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aba897

Please sign in to comment.