Compare commits

...

3 Commits

5 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
files/Laptop/
files/Desktop/
files/Laptop.zip
files/Desktop.zip

6
auto_move.sh Normal file
View File

@ -0,0 +1,6 @@
DEVICE=$1
USER=$2
7z x $1.zip -o./$2/
mv ./$2/* /home/$2/

View File

@ -15,6 +15,4 @@ 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
$LOC/finalize.sh

View File

@ -1,9 +1,6 @@
# unprivileged user's name, change this if it isnt right
USER="michael"
# Move files to home dir
mv ./files/InstallMe /home/$USER
# List gnome extensions to install
echo -e "\nGnome extensions:"

View File

@ -6,7 +6,6 @@ $LOC/program_install.sh
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 ffmpeg htop nano vim neovim nmap ncat ssh tree vlc snapd audacity filezilla
mv $LOC/files/Laptop $LOC/files/InstallMe
# Point to Fprint driver
echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224"