Skip to content

Commit 331f2ad

Browse files
authored
chore: fix install script for reals. (#819)
1 parent 8ff717f commit 331f2ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,5 @@ fi
345345
info_bold " apify --help"
346346
echo
347347

348-
sh -c $refresh_command
348+
# Not ideal but its the only way to refresh the shell (this also means if you type exit / CTRL+D, you'll need to do it twice)
349+
exec $SHELL

0 commit comments

Comments
 (0)