fix package installation
This commit is contained in:
parent
3428754d0e
commit
f3aaf224a3
3 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# OS-Überprüfung
|
# OS-Überprüfung
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# OS-Überprüfung
|
# OS-Überprüfung
|
4
run_onchange_install-packages.sh.tmpl
Normal file → Executable file
4
run_onchange_install-packages.sh.tmpl
Normal file → Executable file
|
@ -1,3 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Packetinstallation hat begonnen, bitte das sudo Passwort nach bedarf eingeben!!!"
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "linux" -}}
|
{{ if eq .chezmoi.os "linux" -}}
|
||||||
{{ .chezmoi.homeDir }}/install-fedora.sh
|
{{ .chezmoi.homeDir }}/install-fedora.sh
|
||||||
{{ else if eq .chezmoi.os "darwin" -}}
|
{{ else if eq .chezmoi.os "darwin" -}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue