Skip to content

Commit

Permalink
Remove Debian 10 (#116)
Browse files Browse the repository at this point in the history
* Remove 18.04

* Remove Debian 10
  • Loading branch information
MarioHewardt authored Mar 28, 2023
1 parent c482474 commit e51347b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
11 changes: 1 addition & 10 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Build
Please see the history of this file for instructions for older, unsupported versions.

## Prerequisites
- SysinternalsEBPF being installed:
Expand Down Expand Up @@ -53,16 +54,6 @@ dotnet tool install --global dotnet-t4 --version 2.3.1
sudo apt -y install build-essential gcc g++ make cmake libelf-dev llvm clang libzstd1 git libjson-glib-dev libxml2 libxml2-dev googletest google-mock libgmock-dev libc6-dev-i386
```

### Debian 10
```
wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt update
dotnet tool install --global dotnet-t4 --version 2.3.1
sudo apt -y install build-essential gcc g++ make cmake libelf-dev llvm clang libzstd1 git libjson-glib-dev libxml2 libxml2-dev googletest google-mock libgmock-dev libc6-dev-i386
```

## Build
```
cd
Expand Down
20 changes: 1 addition & 19 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Install Sysmon
Please see the history of this file for instructions for older, unsupported versions.

## Ubuntu 20.04 & 22.04
#### 1. Register Microsoft key and feed
Expand All @@ -13,25 +14,6 @@ sudo apt-get update
sudo apt-get install sysmonforlinux
```

## Debian 10
#### 1. Register Microsoft key and feed
```sh
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg
sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/
wget -q https://packages.microsoft.com/config/debian/10/prod.list
sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list
sudo chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg
sudo chown root:root /etc/apt/sources.list.d/microsoft-prod.list
```

#### 2. Install SysmonForLinux
```sh
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install sysmonforlinux
```

## Debian 11
#### 1. Register Microsoft key and feed
```sh
Expand Down

0 comments on commit e51347b

Please sign in to comment.