Skip to content

Commit 73e9b28

Browse files
bushidocodesOthers
authored andcommitted
chore: Remove git clone and flip execute bit
1 parent 9e05917 commit 73e9b28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

install_deb.sh

100644100755
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ LLVM_VERSION=9
99
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$LLVM_VERSION 100
1010
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-$LLVM_VERSION 100
1111
sudo apt install libc++-dev libc++abi-dev --yes
12-
git clone https://github.com/gwsystems/silverfish.git
13-
cd silverfish
1412
cargo build --release
1513
mkdir -p $HOME/bin
1614
cp -t $HOME/bin target/release/silverfish

0 commit comments

Comments
 (0)