From 7d651d6281174f2bddf44eed17dd2cd8c8461698 Mon Sep 17 00:00:00 2001 From: 1ndev <1ndevelopment@protonmail.com> Date: Sat, 14 Dec 2024 10:14:18 -0800 Subject: [PATCH] Added easytether-usb install option --- configure_system.sh | 14 ++++++++++++++ deck-tailscale | 1 + 2 files changed, 15 insertions(+) create mode 160000 deck-tailscale diff --git a/configure_system.sh b/configure_system.sh index f6f15ee..a5f8bfa 100755 --- a/configure_system.sh +++ b/configure_system.sh @@ -163,6 +163,19 @@ if [[ $inputjre =~ ^[Yy]$ ]]; then sudo rm -r ./install-jdk-on-steam-deck fi +echo '' +echo "Install easytether-usb ? [y/n]" +read inputeasytether +if [[ $inputeasytether =~ ^[Yy]$ ]]; then + wget http://www.mobile-stream.com/beta/arch/easytether-0.8.9-1-x86_64.pkg.tar.xz + sudo pacman -U easytether-0.8.9-1-x86_64.pkg.tar.xz + wget https://archive.archlinux.org/packages/o/openssl-1.1/openssl-1.1-1.1.1.t-1-x86_64.pkg.tar.zst + tar -xvf openssl-1.1-1.1.1.t-1-x86_64.pkg.tar.zst + sudo cp usr/lib/libcrypto.so.1.1 /usr/lib/ + sudo cp usr/lib/libssl.so.1.1 /usr/lib/ + sudo rm -rf usr easytether-0.8.9-1-x86_64.pkg.tar.xz openssl-1.1-1.1.1.t-1-x86_64.pkg.tar.zst +fi + echo '' echo "Install Oh My Zsh shell ? [y/n]" read inputohmyzsh @@ -199,6 +212,7 @@ alias pmupd='sudo pacman -Sy' alias pmupg='sudo pacman -Syyu' alias pmlst='sudo pacman -Q' alias pmlstin='sudo pacman -Qe' +alias pmpkgins='sudo pacman -U' alias browser='lynx https://search.1ndev.com/' alias androidscreen="scrcpy -w" diff --git a/deck-tailscale b/deck-tailscale new file mode 160000 index 0000000..3cfa4e2 --- /dev/null +++ b/deck-tailscale @@ -0,0 +1 @@ +Subproject commit 3cfa4e2980944a8ed163529315eedea11d28644b