mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add new base dir
This commit is contained in:
parent
2d9b112ae4
commit
86f9547f42
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -14,6 +14,7 @@ printf "\n" &&
|
|||
printf "${YEL}Copying source files over Chromium tree...\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
cp -r -v base/. $HOME/chromium/src/base/ &&
|
||||
cp -r -v build/. $HOME/chromium/src/build/ &&
|
||||
cp -r -v chrome/. $HOME/chromium/src/chrome/ &&
|
||||
cp -r -v components/. $HOME/chromium/src/components &&
|
||||
|
|
Loading…
Reference in a new issue