Skip to content

Commit 7781e2c

Browse files
committed
setup: Install git-lfs
* Some custom rom sources started using git-lfs. Installing this Git extension will allow us to track those larger files from remote server Signed-off-by: Arrowsploit <[email protected]>
1 parent 9129e87 commit 7781e2c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo "0.1. Install requirement package"
22
echo "###############################################"
3-
sudo aptitude install unzip zip cmake curl make git-core git gh wget tar zstd -y
3+
sudo aptitude install unzip zip cmake curl make git-core git git-lfs gh wget tar zstd -y
44
sudo aptitude install build-essential flex ninja-build python-is-python3 ruby-full sqlite3 openjdk-11-jdk -y
55
sudo aptitude install libxml-simple-perl libswitch-perl apt-utils -y
66
echo "###############################################"

packages/3.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ echo -e "Installing GitHub CLI"
1212
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
1313
sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
1414
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
15-
sudo apt update -y
16-
sudo apt install gh -y
1715

1816

1917
# Install lsb-core packages

0 commit comments

Comments
 (0)