Skip to content

Commit 446dba6

Browse files
committed
fix shellscript URLs in "install.md"
1 parent b6d1269 commit 446dba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf
4343
service procps restart
4444
```
4545

46-
[install\_packets\_for\_v2.sh](/archive/install_scripts/install_packets_for_v2.sh) is a script that runs all the commands required for
46+
[install\_packets\_for\_v2.sh](https://wiki.virtualsquare.org/archive/install_scripts/install_packets_for_v2.sh) is a script that runs all the commands required for
4747
this _step one_. You can run it, adapt it to your needs or simply cut/paste the commands.
4848

4949

5050
### step two: install the projects
5151

5252
All the projects provide specific installation instructions in the README of their [repositories](repos.md).
5353

54-
We have set up a script named [install\_v2\_projects.sh](/archive/install_scripts/install_v2_projects.sh). It downloads, compiles and installs
54+
We have set up a script named [install\_v2\_projects.sh](https://wiki.virtualsquare.org/archive/install_scripts/install_v2_projects.sh). It downloads, compiles and installs
5555
a quite complete collection of VirtualSquare tools. It must run as root.
5656

5757
## Run a VM using the Tutorial disk

0 commit comments

Comments
 (0)