Skip to content

Commit

Permalink
feat: Add "19 Brussels" to supported campuses
Browse files Browse the repository at this point in the history
Thank you to @JonatV for the confirmation!
  • Loading branch information
itislu committed May 22, 2024
1 parent 009f10d commit 9b92fc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ Applications that need the moved files will just follow the symbolic link and ac

## 🌍 Confirmed to work for the following campuses

| Campus | home | sgoinfre |
| --- | --- | --- |
| 🇦🇹 42 Vienna | 5GB | 30GB |
| 🇩🇪 42 Berlin | 5GB | 30GB |
| Campus | home | sgoinfre | OS |
| --- | --- | --- | --- |
| 🇦🇹 42 Vienna | 5GB | 30GB | Linux |
| 🇩🇪 42 Berlin | 5GB | 30GB | Linux |
| 🇧🇪 19 Brussels | 5GB | 15GB | macOS |

Confirm **your** campus [here](https://github.com/itislu/42free/discussions/11).

Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ latest_release_url="https://api.github.com/repos/itislu/42free/releases/latest"
campuses=(
"42 Vienna;5;30"
"42 Berlin;5;30"
"19 Brussels;5;15"
"Other;0;0"
)

Expand Down

0 comments on commit 9b92fc9

Please sign in to comment.