File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -127,23 +127,19 @@ if [ ${last_system} -gt ${system_seconds} ] || [ $force_update -eq 1 ]; then
127
127
revolver update " Syncing styles in $HOME /notes"
128
128
pushd $HOME /notes && vale sync && popd
129
129
130
- resolver update " Updating CodeRabbit repos..."
131
- $HOME /sw/bin/sync_coderabbitai.sh
130
+ revolver_stop
132
131
133
- revolver update " Updating FluxNinja repos... "
132
+ $HOME /sw/bin/sync_coderabbitai.sh
134
133
$HOME /sw/bin/sync_fluxninja.sh
135
-
134
+
136
135
if [[ $TERM == * " tmux" * || $TERM == * " screen" * || -n $TMUX ]]; then
137
- revolver update " Reloading tmux config..."
138
136
tmux source-file $HOME /.tmux.conf
139
137
fi
140
- revolver update " Stopping..."
141
138
142
139
stop_time=$( date +%s)
143
140
interval=$( expr ${stop_time} - ${start_time} )
144
141
echo " It took $interval seconds to update the system."
145
142
show_errors
146
- revolver_stop
147
143
fi
148
144
149
145
unset SYSTEM_RECEIPT_F
You can’t perform that action at this time.
0 commit comments