Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a2512d11e6
|
@ -4,5 +4,5 @@
|
||||||
cd "${NOTES_PATH}" || exit
|
cd "${NOTES_PATH}" || exit
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m Updates
|
git commit -m Updates
|
||||||
git pull && git push
|
git fetch && git merge origin/master && git push
|
||||||
cd - || exit
|
cd - || exit
|
||||||
|
|
|
@ -15,6 +15,7 @@ yn "Do you want to install UI packages?" && "$dir/optional/ui-packages.bash"
|
||||||
paru -Sy --needed --noconfirm \
|
paru -Sy --needed --noconfirm \
|
||||||
weechat `# IRC Client` \
|
weechat `# IRC Client` \
|
||||||
rtx-bin `# Version Manager` \
|
rtx-bin `# Version Manager` \
|
||||||
|
restic `# Backups` \
|
||||||
bluetuith-bin `# Disk Usage Analyzer` \
|
bluetuith-bin `# Disk Usage Analyzer` \
|
||||||
aria2 `# Downloads Manager` \
|
aria2 `# Downloads Manager` \
|
||||||
oath-toolkit `# TOTP Utility` \
|
oath-toolkit `# TOTP Utility` \
|
||||||
|
|
Reference in a new issue