mirror of
https://github.com/sortedcord/bootstrap.git
synced 2026-07-23 12:42:49 +05:30
refactor: Linting fixes
This commit is contained in:
@@ -34,7 +34,8 @@ install_lazygit() {
|
||||
|
||||
local version="${latest_tag#v}"
|
||||
|
||||
local arch=$(detect_arch)
|
||||
local arch
|
||||
arch=$(detect_arch)
|
||||
local arch_str="x86_64"
|
||||
if [ "$arch" = "arm64" ]; then
|
||||
arch_str="arm64"
|
||||
|
||||
Reference in New Issue
Block a user