Skip to content

Commit

Permalink
install arch_triplet before trying to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 16, 2022
1 parent 5ceb915 commit d26781b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/triplet
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ install_rorw() {
mkdir -p ~/.local/bin
cp $SCRP_DIR/rorw ~/.local/bin
cp $SCRP_DIR/remount ~/.local/bin
cp $SCRP_DIR/arch_triplet ~/.local/bin
checkpath;
}
checkpath() {
Expand Down

0 comments on commit d26781b

Please sign in to comment.