misc minor updates and fixes, add device-specific stuff
This commit is contained in:
parent
2e8aa91092
commit
47bb90de9c
6 changed files with 42 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue