copy.sh in replit #1056
corped12
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
also chrome wont load most websites so instead use Firefox |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used replit's bash feature to do this
If you want to do this here's what you have to do 1. make a replit bash project 2. press + and select system dependencies 3. search "chromium' and install chromium 4. type in (this was what I used there might be other ways) "chromium-browser --no-sandbox --disable-setuid-sandbox --start-maximized" 5. press + and select output and go to copy.sh/v86 then your done
Beta Was this translation helpful? Give feedback.
All reactions