Source: https://github.com/spxak1/weywot/blob/1c93fa059ae4dba6d5b6061050f335b78dc09288/guides/bt_dualboot.md
This is adapted from the ArchWiki, so all credit goes to the Arch community.
Install chntpw, a registry editor.
| FROM runtimeverificationinc/riscv-gnu-toolchain:ubuntu-jammy-2024.04.12 | |
| VOLUME ["/build"] | |
| RUN apt-get update && apt-get install -y nano | |
| WORKDIR /build | |
| CMD ["/bin/bash"] |
This is a short guide on how to put all files from a Git repository into a folder in another Git repository.
Go the subrepo (REPO1), switch to the branch you want to merge, and make a new temporary branch.
cd REPO1
git checkout BRANCH_TO_MERGE
git checkout -b TEMP_BRANCH| <animated-vector | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:aapt="http://schemas.android.com/aapt"> | |
| <aapt:attr name="android:drawable"> | |
| <vector | |
| android:name="vector" | |
| android:width="24dp" | |
| android:height="24dp" | |
| android:viewportWidth="24" | |
| android:viewportHeight="24" |
| <animated-vector | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:aapt="http://schemas.android.com/aapt"> | |
| <aapt:attr name="android:drawable"> | |
| <vector | |
| android:name="vector" | |
| android:width="24dp" | |
| android:height="24dp" | |
| android:viewportWidth="24" | |
| android:viewportHeight="24"> |