Skip to content

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Jun 30, 2023
1 parent e6b3254 commit 3fb29db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions main/config.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ githubToken=ghp_000000000000000000000000000000000000

installCoolTools=0
installGh=0
installCargo=0
installCargo=1
installSd=0
installJyt=0
installJyt=1
installLfs=0
installRustScan=0
installExa=0
installExa=1
installRg=0
installFd=0
installFd=1
installGrc=0
installDocker=1
installZsh=0
Expand Down
1 change: 0 additions & 1 deletion main/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ fi
curl --location --retry 3 --fail --silent --show-error --header 'Cache-Control: no-cache' --header "Authorization: Bearer $GITHUB_TOKEN" https://raw.githubusercontent.com/Jaid/scripts/dist/bin/downloadJaidScripts --output "$userBinFolder/downloadJaidScripts"
chmod +x "$userBinFolder"/*
bash -o xtrace "$userBinFolder/downloadJaidScripts"

fixTimezone
user=${USER:-$(whoami)}
if [[ -d /etc/sudoers.d ]] && [[ ! -f /etc/sudoers.d/$user ]]; then
Expand Down

0 comments on commit 3fb29db

Please sign in to comment.