Skip to content

Commit

Permalink
init and update submodule after clone
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 30, 2022
1 parent 700cd22 commit c654e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/installers/ubuntu-20.04-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ function clone_arm() {
fi

sudo git clone --recurse-submodules https://github.com/shitwolfymakes/automatic-ripping-machine.git arm
git submodule update --init --recursive
git submodule update --recursive --remote
sudo chown -R arm:arm /opt/arm
sudo find /opt/arm/scripts/ -type f -iname "*.sh" -exec chmod +x {} \;
}
Expand Down

0 comments on commit c654e92

Please sign in to comment.