Skip to content

Commit

Permalink
update as ruapt structure change
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 17, 2018
1 parent d4b26e4 commit 1df93ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Detailed installation is in Wiki/Installation.

Run following commands:
```bash
sudo apt install lsb-release apt-transport-https
sudo apt install apt-transport-https
wget -O - https://api.patrickwu.ml/public.key | sudo apt-key add -
echo "deb https://apt.patrickwu.ml/ `lsb_release -c -s` main" | sudo tee -a /etc/apt/sources.list
echo "deb https://apt.patrickwu.ml/ stable main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu
```
Expand Down

0 comments on commit 1df93ec

Please sign in to comment.