i thought i already removed this git stuff but apparently not?
This commit is contained in:
parent
1b9c948f58
commit
312e0dd937
4 changed files with 5 additions and 69 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue