2 subscribers
2 files
3 links
notes of "developer"
Download Telegram
git clone https://git.disroot.org/fukiame/local_manifests-blossom.git .repo/local_manifests
repo sync -j8 --force-sync
crave run --no-patch -- "sudo apt-get update; \
sudo apt-get install ccache patchelf -y; \
source build/envsetup.sh; \
rm -rf build/soong/fsgen; \
lunch lineage_blossom-bp1a-userdebug; \
mka bacon"
android_app_import {                                                 
name: "Minecraft", apk: "Minecraft.apk", certificate: "platform", privileged: false, dex_preopt: {
enabled: false,
},
}

This is how to import some apks into the ROM
curl -sSL https://raw.githubusercontent.com/elohim-etz/GoFile-Upload/main/upload.sh | bash -s -- ./filename

uploading files onto gofile
git clone https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
cd pmbootstrap
mkdir -p ~/.local/bin
ln -s "$PWD/pmbootstrap.py" ~/.local/bin/pmbootstrap
pmbootstrap --version
pmbootstrap installation
also add this into the .bashrc or .zshrc
PATH="$HOME/.local/bin:$PATH"