Skip to content

Commit

Permalink
move gh login out of setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Nov 26, 2024
1 parent 0d9fcf5 commit 0caa0fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ apk [from f-droid](https://f-droid.org/en/packages/com.termux/), then:
```bash
export DEBIAN_FRONTEND=noninteractive
termux-setup-storage
pkg update && pkg upgrade && pkg install git
pkg update && pkg upgrade && pkg install git gh && gh auth login
cd /data/data/com.termux/files/home && git clone --depth 1 https://github.com/MaxWolf-01/dotfiles.git
mv dotfiles .dotfiles && cd ~/.dotfiles && ./install && ./setup android
```
Expand Down
1 change: 0 additions & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ android() {
pkg update && pkg upgrade
pkg install python gh fastfetch git-lfs zsh vim htop
git lfs install
gh auth login

vault_dir=~/storage/shared/obsidian # https://android.stackexchange.com/a/185949
mkdir -pv $vault_dir
Expand Down

0 comments on commit 0caa0fc

Please sign in to comment.