Skip to content

Commit

Permalink
Change from the original github repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzymore committed Mar 22, 2022
1 parent 25f1f96 commit de47be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Valet/Valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Valet

public $valetBin = '/usr/local/bin/valet';
public $sudoers = '/etc/sudoers.d/valet';
public $github = 'https://api.github.com/repos/genesisweb/valet-linux-plus/releases/latest';
public $github = 'https://api.github.com/repos/EPTIC-Solutions/valet-wsl/releases/latest';

/**
* Create a new Valet instance.
Expand Down
2 changes: 1 addition & 1 deletion cli/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rm -rf $HOME/.valet-cli
mkdir $HOME/.valet-cli

echo "Downloading Valet..."
TARBALL=$(curl -s https://api.github.com/repos/genesisweb/valet-linux-plus/releases/latest | jq ".tarball_url")
TARBALL=$(curl -s https://api.github.com/repos/EPTIC-Solutions/valet-wsl/releases/latest | jq ".tarball_url")
TARBALL=$(echo $TARBALL | sed -e 's/^"//' -e 's/"$//')
wget --max-redirect=10 $TARBALL -O $HOME/.valet-cli/valet.tar.gz > /dev/null 2>&1
tar xvzf $HOME/.valet-cli/valet.tar.gz -C $HOME/.valet-cli --strip 1 > /dev/null 2>&1
Expand Down

0 comments on commit de47be2

Please sign in to comment.