Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Sep 7, 2023
1 parent e735eaa commit 24c771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOURCE=${BASH_SOURCE[0]}
DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )"
ABS_DIR_OF_SCRIPT="$( realpath $DIR_OF_THIS_SCRIPT )"
mkdir -p ~/.vmodules/threefoldtech
<<<<<<< HEAD

ln -s $ABS_DIR_OF_SCRIPT/web3gw/client ~/.vmodules/threefoldtech/web3gw
ln -s $ABS_DIR_OF_SCRIPT/3bot/vgrid ~/.vmodules/threefoldtech/vgrid
ln -s $ABS_DIR_OF_SCRIPT/3bot/zos ~/.vmodules/threefoldtech/zos
Expand Down

0 comments on commit 24c771a

Please sign in to comment.