Compare commits

..

No commits in common. "7622e9f8ddd999abf1ab29c931fc955a61742523" and "012f6ed8526d92a6700f7be67ab9ec52911d5098" have entirely different histories.

3 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
files/Laptop/
files/Desktop/

View File

@ -2,18 +2,10 @@ LOC="./.auto-install"
git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC
# Install all the generic programs
$LOC/program_install.sh $LOC/program_install.sh
# Make sure all the packages I want for my desktop are installed
apt-get update &&\ apt-get update &&\
apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh gdb p7zip-full git iputils-* dnsutils net-tools handbrake* ffmpeg htop nano vim neovim nmap nvidia-detect ncat ssh tree vlc snapd obs-studio audacity filezilla firmware-iwlwifi apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh gdb p7zip-full git iputils-* dnsutils net-tools handbrake* ffmpeg htop nano vim neovim nmap nvidia-detect ncat ssh tree vlc snapd obs-studio audacity filezilla
# Reset the wifi card so it shows up in settings
modprobe -r iwlwifi && modprobe iwlwifi
# If wired networking is working, but gnome doesnt recognize it properly, check out this post:
# https://forums.debian.net/viewtopic.php?t=104561
mv $LOC/files/Desktop $LOC/files/InstallMe mv $LOC/files/Desktop $LOC/files/InstallMe

View File

@ -26,7 +26,7 @@ curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Deb
apt-get update -y && apt-get upgrade -y apt-get update -y && apt-get upgrade -y
# Install my default apt stuff # Install my default apt stuff
apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop nano vim neovim ncat ssh tree vlc snapd neofetch
# Update python pip # Update python pip
python3 -m pip install -U pip python3 -m pip install -U pip