Fix broken dotdrop install on termux
This commit is contained in:
parent
b52287e25a
commit
2c550dae67
2 changed files with 5 additions and 12 deletions
|
@ -167,7 +167,7 @@ alias i='iwctl station wlan0'
|
|||
cpufreq() { watch -n 1 eval "cat /proc/cpuinfo | grep MHz" }
|
||||
|
||||
# dotdrop
|
||||
alias dotdrop="source $DOTREPO/secrets/secrets && UID=$(id -u) dotdrop --cfg=$DOTREPO/config.toml {%@@ if profile == "Isengard" @@%} -p Isengard{%@@ endif @@%}"
|
||||
alias dotdrop="source $DOTREPO/secrets/secrets && {%@@ if distro_id != "termux" @@%} UID=$(id -u) {%@@ endif @@%} dotdrop --cfg=$DOTREPO/config.toml {%@@ if profile == "Isengard" @@%} -p Isengard{%@@ endif @@%}"
|
||||
|
||||
|
||||
alias sdotdrop="source $DOTREPO/secrets/secrets && sudo -E dotdrop --cfg=$DOTREPO/config-root.toml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue