mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
git add -f config-files programs chrootInstall.sh install.sh LICENSE README.md commit.sh .gitignore
|
|
git commit -m "$1"
|
|
git push
|