diff options
-rwxr-xr-x | bootstrap-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh index ec7a08f..2b8282e 100755 --- a/bootstrap-prepare.sh +++ b/bootstrap-prepare.sh @@ -67,7 +67,7 @@ prepare_file_system_fake() # opkhelper installs an opkbuild helper configuration script named # "opkhelper". ProteanOS packages depend on "opkhelper-3.0". - ln -sf opkhelper /usr/local/share/opkbuild/helpers/opkhelper-3.0 + sudo ln -sf opkhelper /usr/local/share/opkbuild/helpers/opkhelper-3.0 } prepare_packages_from_git() |