Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Nov 4, 2021
1 parent 8cedb0f commit 542a9bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
mkdir C:\chromium\src\out\thorium &&

mkdir -v -p $HOME/chromium/src/out/thorium/ &&

cp -r -v build/. $HOME/chromium/src/build/ &&
cp -r -v build\. C:\chromium\src\build &&
cp -r -v chrome/. $HOME/chromium/src/chrome/ &&
cp -r -v components/. $HOME/chromium/src/components &&
cp -r -v content/. $HOME/chromium/src/content/ &&
Expand All @@ -13,6 +11,6 @@ cp -r -v v8/. $HOME/chromium/src/v8/ &&
cp -v chrome-devtools/chrome-devtools.svg $HOME/chromium/src/out/thorium/ &&
cp -v content_shell/. $HOME/chromium/src/out/thorium/ &&

cd $HOME/chromium/src &&
cd C:\chromium\src &&

exit 0

0 comments on commit 542a9bf

Please sign in to comment.