Skip to content

Commit

Permalink
Merge pull request #2 from Vanilla-OS/bump-0.7
Browse files Browse the repository at this point in the history
bump to vib v0.7.0
  • Loading branch information
axtloss authored Apr 21, 2024
2 parents c0a4761 + f68c9c7 commit a4b7b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VIB_VERSION="0.6.2"
VIB_VERSION="0.7.0"
PLUGINS_ARG="${1:-}"

if [ -z "$PLUGINS_ARG" ]; then
Expand All @@ -12,7 +12,7 @@ else

mkdir plugins

IFS=',' read -ra PLUGIN_LIST <<< "$(echo "$PLUGINS_ARG")"
IFS=',' read -ra PLUGIN_LIST <<< "$PLUGINS_ARG"
for PLUGIN in "${PLUGIN_LIST[@]}"; do
REPO=$(echo "$PLUGIN" | awk -F':' '{print $1}')
TAG=$(echo "$PLUGIN" | awk -F':' '{print $2}')
Expand Down

0 comments on commit a4b7b62

Please sign in to comment.