Compare commits

..

No commits in common. "0691b3a326c5278c6c7359636d9d12101d77246a" and "f5b5014cb29f7d6aae012f6d7347ddbe2d6970f9" have entirely different histories.

View File

@ -124,8 +124,6 @@ if [[ $inputvpn =~ ^[Yy]$ ]]; then
sudo bash tailscale.sh sudo bash tailscale.sh
source /etc/profile.d/tailscale.sh source /etc/profile.d/tailscale.sh
sudo tailscale up --operator=deck --ssh sudo tailscale up --operator=deck --ssh
cd ..
rm -rf deck-tailscale
fi fi
echo '' echo ''
@ -165,19 +163,6 @@ if [[ $inputjre =~ ^[Yy]$ ]]; then
sudo rm -r ./install-jdk-on-steam-deck sudo rm -r ./install-jdk-on-steam-deck
fi 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 ''
echo "Install Oh My Zsh shell ? [y/n]" echo "Install Oh My Zsh shell ? [y/n]"
read inputohmyzsh read inputohmyzsh
@ -214,7 +199,6 @@ alias pmupd='sudo pacman -Sy'
alias pmupg='sudo pacman -Syyu' alias pmupg='sudo pacman -Syyu'
alias pmlst='sudo pacman -Q' alias pmlst='sudo pacman -Q'
alias pmlstin='sudo pacman -Qe' alias pmlstin='sudo pacman -Qe'
alias pmpkgins='sudo pacman -U'
alias browser='lynx https://search.1ndev.com/' alias browser='lynx https://search.1ndev.com/'
alias androidscreen="scrcpy -w" alias androidscreen="scrcpy -w"