Skip to content

Commit

Permalink
revert deb version forcing, udpate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 31, 2024
1 parent 345db5c commit 12f6c69
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-deb-ppa-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
TAG=$(echo $TAG | sed s'/-/./')
DATE=$(date -R)
VERSION=${TAG:1}
VERSION=2024.01.4
echo "latest TAG = $TAG, VERSION=$VERSION, DATE=$DATE"
Expand Down
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,8 @@

These packages are based on the latest binary artifacts https://github.com/ton-blockchain/ton/releases

### Install RPM (yum)
#### RedHat, Fedora, CentOS...
```
sudo bash -c 'cat > /etc/yum.repos.d/ton.repo << EOF
[ton]
name=TON
baseurl=https://ton-blockchain.github.io/packages/rpm
enabled=1
type=rpm
gpgcheck=0
EOF'
sudo yum install -y ton
```

### Install AUR (pamac)
#### Manjaro, RebornOS, Arch Linux...
```
sudo pamac build -no-confirm ton-bin
```

### Install deb (apt)
#### Debian, Ubuntu, Linux Mint...
#### Debian, Ubuntu, Linux Mint... (x86-64, aarch64)
```
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6A649124520E5F3
sudo add-apt-repository ppa:ton-foundation/ppa
Expand All @@ -33,7 +12,7 @@ sudo apt install ton
```

### Install via brew
#### macOS
#### macOS (x86-64, aarch64)
```
brew tap ton-blockchain/ton
brew install ton
Expand All @@ -44,9 +23,32 @@ brew reinstall ton
```

### Install via Chocolatey
#### Windows (x86-64)
Please, be aware that multiple false positive alarms from various antivirus vendors may occur.
This is an expected behaviour and there is no reason to worry.
#### Windows x86-64

Open an elevated terminal (Run as Administrator) and execute the below command:
```
choco install ton
```

### Install RPM (yum)
#### RedHat, Fedora, CentOS... (x86-64, aarch64)
```
sudo bash -c 'cat > /etc/yum.repos.d/ton.repo << EOF
[ton]
name=TON
baseurl=https://ton-blockchain.github.io/packages/rpm
enabled=1
type=rpm
gpgcheck=0
EOF'
sudo yum install -y ton
```

### Install AUR (pamac)
#### Manjaro, RebornOS, Arch Linux... (x86-64, aarch64)
```
sudo pamac build -no-confirm ton-bin
```

0 comments on commit 12f6c69

Please sign in to comment.