add an install script that can run without input or output
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ commonFiles=();
|
||||
for sourceFile in .*; do
|
||||
|
||||
# Exclude some files.
|
||||
if [[ "$sourceFile" == "dotfiles-002.png" || "$sourceFile" == "dotfiles-001.png" || "$sourceFile" == "install.sh" ]] || [[ "$sourceFile" == "README.md" ]] || [[ "$sourceFile" == "." ]] || [[ "$sourceFile" == ".." ]] || [[ "$sourceFile" == ".git" ]]; then
|
||||
if [[ "$sourceFile" == "install_unattended.sh" || "$sourceFile" == "install.sh" ]] || [[ "$sourceFile" == "README.md" ]] || [[ "$sourceFile" == "." ]] || [[ "$sourceFile" == ".." ]] || [[ "$sourceFile" == ".git" ]]; then
|
||||
continue;
|
||||
fi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user