mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated Os architecture in the configs
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6bf7a59385
commit
d79ad262d0
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
4.3.3 - 01/12/2022
|
||||
Fixed:
|
||||
- Blacklist file permissions 0644
|
||||
Updated:
|
||||
- Os architecture in the configs
|
||||
|
||||
4.3.2 - 28/11/2022
|
||||
Fixed:
|
||||
|
|
|
@ -16,7 +16,7 @@ class Configs:
|
|||
|
||||
''' Default configurations. '''
|
||||
# OS architecture by default
|
||||
os_arch: str = 'x86_64'
|
||||
os_arch: str = os.uname()[4]
|
||||
|
||||
# All necessary paths
|
||||
tmp_path: str = '/tmp'
|
||||
|
|
Loading…
Reference in a new issue