Skip to content

Commit

Permalink
ci: 👷 tired of ci and update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Apr 19, 2022
1 parent 08194a3 commit 5e7351d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ echo '
if [[ -z $OXIDIZER ]]; then
export OXIDIZER=$HOME/oxidizer
fi
. $OXIDIZER/oxidizer.sh' >>$shell_conf
source $OXIDIZER/oxidizer.sh' >>$shell_conf

echo "⚙️ Adding Custom settings..."
cp $OXIDIZER/demo-custom.sh $OXIDIZER/custom.sh
Expand All @@ -82,7 +82,7 @@ cp $OXIDIZER/demo-custom.sh $OXIDIZER/custom.sh
sd ".* STARTUP=.*" "export STARTUP=1" $OXIDIZER/custom.sh

# set path of oxidizer
sd ". OXIDIZER=.*" ". OXIDIZER=$OXIDIZER/oxidizer.sh" $shell_conf
sd "source OXIDIZER=.*" "source OXIDIZER=$OXIDIZER/oxidizer.sh" $shell_conf

if test ! "$(command -v code)"; then
echo "No VS Code installed. "
Expand Down

0 comments on commit 5e7351d

Please sign in to comment.