Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1c39e4c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Browser: Move scripts to root

parent 4ecd90fd
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
#!/bin/bash

root_dir=$(dirname "$(readlink -f "$0")")

cd $root_dir/build

branch="v130.0.6723.67-4ea5bf603a6c721f35dce9edcab04ff4f03ecbaa"
if [ -d cromite ]; then
    cd cromite
+3 −0
Original line number Diff line number Diff line
#!/bin/bash

root_dir=$(dirname "$(readlink -f "$0")")

cd $root_dir/domain_substitution

branch="130.0.6723.69-1"
if [ -d ungoogled-chromium ]; then