Update for fedora atomic

This commit is contained in:
askiiart 2024-07-10 13:21:06 -05:00
parent 46cdfbe486
commit e8242b0ad0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 99 additions and 15 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
command_exists() { type "$1" &>/dev/null; }
chmod 700 ./distro-specific.bash
./distro-specific.bash
@ -10,7 +12,6 @@ cd ..
cd install-stuff/
chmod 700 ./*.bash
./install-vesktop.bash
./install-claws-mail.bash
./install-fish.bash
./install-librewolf.bash
@ -18,11 +19,17 @@ chmod 700 ./*.bash
./install-qemu-libvirt.bash
./install-steam.bash
./install-vs-code.bash
./install-yt-music.bash
./install-fonts.bash
./install-yt-music.bash
./install-vesktop.bash
cd ..
cd ./dotfiles
chmod 700 restore.sh
./restore.sh
cd ..
if command_exists "rpm-ostree"; then
read -p "Press enter to reboot"
reboot
fi