i thought i already removed this git stuff but apparently not?

This commit is contained in:
askiiart 2025-01-16 09:34:33 -06:00
parent 1b9c948f58
commit 312e0dd937
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
4 changed files with 5 additions and 69 deletions

View file

@ -5,11 +5,6 @@ command_exists() { type "$1" &>/dev/null; }
chmod 700 ./distro-specific.bash
./distro-specific.bash
cd ./daily-use-pcs
chmod 700 ./setup-git.bash
./setup-git.bash
cd ..
cd install-stuff/
chmod 700 ./*.bash
./install-claws-mail.bash
@ -30,11 +25,10 @@ cd ./dotfiles
chmod 700 run-distro-de-script.sh
./run-distro-de-script.sh
chmod 700 restore.sh
./restore.sh
#./restore.sh
cd ..
./device-specific.sh
./dotfiles/run-distro-de-script.sh
if command_exists "rpm-ostree"; then
read -p "Press enter to reboot"