Update workflows
This commit is contained in:
parent
89c3ea8311
commit
38c75dc8c5
3 changed files with 12 additions and 2 deletions
3
.github/workflows/scripts/targz2deb.sh
vendored
3
.github/workflows/scripts/targz2deb.sh
vendored
|
|
@ -105,6 +105,9 @@ ln -s /usr/lib/libation/Libation /usr/bin/libation
|
|||
ln -s /usr/lib/libation/Hangover /usr/bin/hangover
|
||||
ln -s /usr/lib/libation/LibationCli /usr/bin/libationcli
|
||||
|
||||
# Increase the maximum number of inotify instances
|
||||
echo fs.inotify.max_user_instances=524288 | tee -a /etc/sysctl.conf && sysctl -p
|
||||
|
||||
# workaround until this file is moved to the user's home directory
|
||||
touch /usr/lib/libation/appsettings.json
|
||||
chmod 666 /usr/lib/libation/appsettings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue