misc minor updates and fixes, add device-specific stuff

This commit is contained in:
askiiart 2024-08-08 19:55:22 -05:00
parent 2e8aa91092
commit 47bb90de9c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
6 changed files with 42 additions and 5 deletions

View file

@ -17,6 +17,7 @@ chmod 700 ./*.bash
./install-librewolf.bash
./install-misc.sh
./install-qemu-libvirt.bash
./install-rust.sh
./install-steam.bash
./install-vs-code.bash
./install-fonts.bash
@ -31,7 +32,9 @@ chmod 700 restore.sh
./restore.sh
cd ..
./device-specific.sh
if command_exists "rpm-ostree"; then
read -p "Press enter to reboot"
reboot
fi
fi