LOC=$1 if [ -z "$1" ] then LOC="./.auto-install" fi git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC git fetch git branch arch # Install all the generic programs $LOC/program_install.sh # Make sure all the packages I want for my desktop are installed pacman -Syu chromium python3 python-pip docker-compose docker zsh gdb p7zip git iputils dnsutils net-tools handbrake handbrake-cli ffmpeg htop nano vim neovim nmap netcat ssh tree vlc obs-studio audacity filezilla # If wired networking is working, but gnome doesnt recognize it properly, check out this post: # https://forums.debian.net/viewtopic.php?t=104561 sh $LOC/finalize.sh