Rework permission handling in scripts

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2022-08-05 17:05:36 -07:00
parent 68bae258a3
commit 8add7e5d39
5 changed files with 34 additions and 20 deletions

View File

@@ -30,8 +30,8 @@ curl -fsSL "https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_V
cd "$SECCOMP_PATH"
./configure --prefix=/usr/local
make
make install
ldconfig
sudo make install
sudo ldconfig
)
rm -rf "$SECCOMP_PATH"