6-prerelease6.6.1

This commit is contained in:
2024-11-13 18:45:48 -07:00
parent d5865a1190
commit 40a80b3a8f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ startTime=$(date '+%s') # to time the (re)install time for the logs
gitBranch=master # branch from github gitBranch=master # branch from github
rcFile=$HOME/.zshrc # shell rc file rcFile=$HOME/.zshrc # shell rc file
gitJobs=5 # number of jobs to download from github with gitJobs=5 # number of jobs to download from github with
rebootMins=3 # minutes of warning before reboot
# get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT # get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT
# 2?/dev/null is to redirect any errors # 2?/dev/null is to redirect any errors
@@ -197,7 +198,7 @@ function handleExport() {
backupExportScriptChk=$? backupExportScriptChk=$?
writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript" writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript"
echo cat $runningDir/add-to-export-sh.txt >> $exportScript cat $runningDir/add-to-export-sh.txt >> $exportScript
returnStatus returnStatus
exportCatChk=$? exportCatChk=$?
+1 -1
View File
@@ -1 +1 @@
6-prerelease6.6 6-prerelease6.6.1