35 lines
No EOL
1.3 KiB
Bash
35 lines
No EOL
1.3 KiB
Bash
cd ./temp/
|
|
|
|
# Add FUTO Repository
|
|
./fdroidcl_v0.7.0_linux_amd64 repo add FUTO https://app.futo.org/fdroid/repo
|
|
./fdroidcl_v0.7.0_linux_amd64 repo enable FUTO
|
|
./fdroidcl_v0.7.0_linux_amd64 update
|
|
|
|
# Install FUTO Apps
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.futo.voiceinput
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.futo.inputmethod.latin
|
|
|
|
# Add Bitwarden Repository
|
|
./fdroidcl_v0.7.0_linux_amd64 repo add Bitwarden https://mobileapp.bitwarden.com/fdroid/repo
|
|
./fdroidcl_v0.7.0_linux_amd64 repo enable Bitwarden
|
|
./fdroidcl_v0.7.0_linux_amd64 update
|
|
|
|
# Install Bitwarden
|
|
./fdroidcl_v0.7.0_linux_amd64 install com.x8bit.bitwarden
|
|
|
|
# Install Fossify Apps
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.contacts
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.gallery
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.messages
|
|
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.phone
|
|
|
|
# Install Other Apps
|
|
./fdroidcl_v0.7.0_linux_amd64 install eu.ottop.yamlauncher
|
|
./fdroidcl_v0.7.0_linux_amd64 install net.mullvad.mullvadvpn
|
|
./fdroidcl_v0.7.0_linux_amd64 install nodomain.freeyourgadget.gadgetbridge
|
|
./fdroidcl_v0.7.0_linux_amd64 install app.alextran.immich
|
|
./fdroidcl_v0.7.0_linux_amd64 install us.spotco.fennec_dos
|
|
|
|
# Downloading APKs from SudoVanilla Ocean
|
|
wget https://ocean.sudovanilla.org/softwares/apps/apks/Spotify_v8.9.18.512.apk
|
|
adb install ./Spotify_v8.9.18.512.apk |