Skip to content

Commit

Permalink
Draft.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Dec 23, 2024
1 parent 9f3fac0 commit 596e600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _prog-ops/ops-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ _custom() {

_messageNormal '***** ***** ***** ***** ***** custom: researchEngine'

_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/ubiquitous_bash ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _setup_researchEngine'
_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/ubiquitous_bash ; _gitBest pull ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _setup_researchEngine'


_messageNormal '***** ***** ***** ***** ***** custom: iconArt'

_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/iconArt ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _fetch_iconArt'
_chroot sudo -n -u user bash -c 'cd /home/user/core/infrastructure/iconArt ; _gitBest pull ; chmod 755 ./ubiquitous_bash.sh ; ./ubiquitous_bash.sh _fetch_iconArt'


! _closeChRoot && _messagePlain_bad 'fail: closeChroot' && _messageFAIL
Expand Down

0 comments on commit 596e600

Please sign in to comment.