mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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
|
4.3.3 - 01/12/2022
|
||||||
Fixed:
|
Fixed:
|
||||||
- Blacklist file permissions 0644
|
- Blacklist file permissions 0644
|
||||||
|
Updated:
|
||||||
|
- Os architecture in the configs
|
||||||
|
|
||||||
4.3.2 - 28/11/2022
|
4.3.2 - 28/11/2022
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -16,7 +16,7 @@ class Configs:
|
||||||
|
|
||||||
''' Default configurations. '''
|
''' Default configurations. '''
|
||||||
# OS architecture by default
|
# OS architecture by default
|
||||||
os_arch: str = 'x86_64'
|
os_arch: str = os.uname()[4]
|
||||||
|
|
||||||
# All necessary paths
|
# All necessary paths
|
||||||
tmp_path: str = '/tmp'
|
tmp_path: str = '/tmp'
|
||||||
|
|
Loading…
Add table
Reference in a new issue