Compare commits
No commits in common. "fa96a5a1bfd6f866418fd5dbfd3b9712f6367f21" and "7622e9f8ddd999abf1ab29c931fc955a61742523" have entirely different histories.
fa96a5a1bf
...
7622e9f8dd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
files/Laptop/
|
||||
files/Desktop/
|
||||
files/Laptop.zip
|
||||
files/Desktop.zip
|
||||
|
@ -1,6 +0,0 @@
|
||||
DEVICE=$1
|
||||
USER=$2
|
||||
|
||||
7z x $1.zip -o./$2/
|
||||
|
||||
mv ./$2/* /home/$2/
|
@ -15,4 +15,6 @@ 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
|
@ -1,6 +1,9 @@
|
||||
# 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:"
|
||||
|
@ -6,6 +6,7 @@ $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"
|
||||
|
Loading…
Reference in New Issue
Block a user