update
This commit is contained in:
parent
c8fd2e0aaf
commit
4907fa0e14
3 changed files with 7 additions and 9 deletions
|
@ -1,13 +1,18 @@
|
|||
cd ./temp/
|
||||
|
||||
# Install FUTO Apps
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.futo.voiceinput
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.futo.inputmethod.latin
|
||||
./fdroidcl_v0.7.0_linux_amd64 install com.futo.platformplayer
|
||||
|
||||
# Install Fossify Apps
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.calendar
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.clock
|
||||
./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.notes
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.phone
|
||||
./fdroidcl_v0.7.0_linux_amd64 install org.fossify.notes
|
||||
|
||||
# Install Other Apps
|
||||
./fdroidcl_v0.7.0_linux_amd64 install me.zhanghai.android.files
|
||||
|
@ -29,11 +34,6 @@ cd ./temp/
|
|||
./fdroidcl_v0.7.0_linux_amd64 repo add FUTO https://app.futo.org/fdroid/repo
|
||||
./fdroidcl_v0.7.0_linux_amd64 repo 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
|
||||
./fdroidcl_v0.7.0_linux_amd64 install com.futo.platformplayer
|
||||
|
||||
# Downloading APKs from SudoVanilla Ocean
|
||||
wget https://ocean.sudovanilla.org/softwares/apps/apks/hoodik-sudovanilla-instance.apk
|
||||
wget https://ocean.sudovanilla.org/softwares/apps/apks/Spotify_v8.9.18.512.apk
|
||||
|
|
|
@ -10,6 +10,7 @@ echo "Downloading FDroidCl..."
|
|||
mkdir ./temp/ && cd ./temp/
|
||||
wget https://github.com/mvdan/fdroidcl/releases/download/v0.7.0/fdroidcl_v0.7.0_linux_amd64
|
||||
chmod +x ./fdroidcl_v0.7.0_linux_amd64
|
||||
./fdroidcl_v0.7.0_linux_amd64 update
|
||||
cd ../
|
||||
clear
|
||||
echo "Completed."
|
||||
|
|
|
@ -2,8 +2,6 @@ adb shell pm uninstall -k --user 0 com.oneplus.calculator
|
|||
adb shell pm uninstall -k --user 0 net.oneplus.widget
|
||||
adb shell pm uninstall -k --user 0 com.oneplus.gallery
|
||||
adb shell pm uninstall -k --user 0 android.autoinstalls.config.oneplus
|
||||
adb shell pm uninstall -k --user 0 android.framework.res.rro.oneplus
|
||||
adb shell pm uninstall -k --user 0 com.oplus.framework.rro.oneplus
|
||||
adb shell pm uninstall -k --user 0 com.oneplus.soundrecorder
|
||||
adb shell pm uninstall -k --user 0 com.oneplus.filemanager
|
||||
adb shell pm uninstall -k --user 0 net.oneplus.weather
|
||||
|
@ -13,7 +11,6 @@ adb shell pm uninstall -k --user 0 com.oneplus.deskclock
|
|||
adb shell pm uninstall -k --user 0 com.oneplus.store
|
||||
adb shell pm uninstall -k --user 0 com.oneplus.account
|
||||
adb shell pm uninstall -k --user 0 com.oneplus.note
|
||||
adb shell pm uninstall -k --user 0 com.oplus.engineercamera
|
||||
adb shell pm uninstall -k --user 0 com.oplus.vdc
|
||||
adb shell pm uninstall -k --user 0 com.oplus.camera
|
||||
adb shell pm uninstall -k --user 0 com.oplus.viewtalk
|
||||
|
|
Loading…
Reference in a new issue