pages:howtos:tmux:runnig_updates_in_tmux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:tmux:runnig_updates_in_tmux [2022/04/13 14:02] – [Implementation] mischerh | pages:howtos:tmux:runnig_updates_in_tmux [2022/06/19 17:07] (current) – [Implementation] mischerh | ||
---|---|---|---|
Line 6: | Line 6: | ||
* update git repositories | * update git repositories | ||
* update flatpak packages | * update flatpak packages | ||
- | * update snap packages | + | * <del>update snap packages</ |
===== Sources ===== | ===== Sources ===== | ||
Line 18: | Line 18: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
===== ToDo ===== | ===== ToDo ===== | ||
Line 29: | Line 30: | ||
install -bD --owner=root --group=root --mode=0750 -T <(cat << ' | install -bD --owner=root --group=root --mode=0750 -T <(cat << ' | ||
#!/bin/bash | #!/bin/bash | ||
+ | | ||
# debug | # debug | ||
- | set -x | + | #set -x |
+ | |||
+ | declare _updatecommand | ||
+ | declare _flatpak_updatecommand | ||
+ | declare _gitup_user_updatecommand | ||
declare _osvendor | declare _osvendor | ||
declare _highlevelpackagemanager | declare _highlevelpackagemanager | ||
- | declare | + | declare |
+ | |||
+ | _flatpak_updatecommand=" | ||
+ | _gitup_user_updatecommand=" | ||
+ | | ||
if [ ! command -v lsb-release >/ | if [ ! command -v lsb-release >/ | ||
then | then | ||
Line 42: | Line 49: | ||
exit 1; | exit 1; | ||
fi | fi | ||
+ | | ||
_osvendor=" | _osvendor=" | ||
- | + | | |
+ | |||
case $_osvendor in | case $_osvendor in | ||
openSUSE) | openSUSE) | ||
_highlevelpackagemanager=" | _highlevelpackagemanager=" | ||
- | | + | |
;; | ;; | ||
- | | + | |
Debian) | Debian) | ||
_highlevelpackagemanager=" | _highlevelpackagemanager=" | ||
- | | + | |
;; | ;; | ||
+ | | ||
*) | *) | ||
- | echo >&2 " | + | echo >&2 " |
exit 1 | exit 1 | ||
;; | ;; | ||
esac | esac | ||
- | + | ||
+ | _updatecommand=" | ||
+ | |||
tmux new -s sysupdate -d | tmux new -s sysupdate -d | ||
tmux send-keys -t sysupdate " | tmux send-keys -t sysupdate " | ||
Line 91: | Line 99: | ||
gitup --add ~/repos/ | gitup --add ~/repos/ | ||
</ | </ | ||
- | |||
- | todo.... | ||
- | sudo -u < | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> |
pages/howtos/tmux/runnig_updates_in_tmux.1649858559.txt.gz · Last modified: 2022/04/13 14:02 by mischerh