mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
fixed timeshift installation
This commit is contained in:
parent
48e38017b5
commit
b03c7ee579
1 changed files with 4 additions and 1 deletions
|
@ -36,10 +36,13 @@ def main():
|
||||||
'ark',
|
'ark',
|
||||||
'default + (Managing various archive formats such as tar, gzip, zip, rar, etc.)'
|
'default + (Managing various archive formats such as tar, gzip, zip, rar, etc.)'
|
||||||
)
|
)
|
||||||
Install.package('timeshift', 'default + (Backup Tool), aur=True')
|
Install.package('timeshift', 'default + (Backup Tool)', aur=True)
|
||||||
Install.package('cron', 'default + (Task scheduling)')
|
Install.package('cron', 'default + (Task scheduling)')
|
||||||
Install.package('dolphin', 'default + (File Manager)')
|
Install.package('dolphin', 'default + (File Manager)')
|
||||||
Install.package('nomacs', 'default + (Photo viewer & editor)')
|
Install.package('nomacs', 'default + (Photo viewer & editor)')
|
||||||
|
Install.multiple_packages(['vlc', 'mpv', 'dragon'],
|
||||||
|
'Do you wish to install video player?',
|
||||||
|
['VLC Player', 'Dragon Player', 'MPV Player'])
|
||||||
Install.package('discord', 'default + (Chat App)')
|
Install.package('discord', 'default + (Chat App)')
|
||||||
Install.package('caprine', 'default + (Unofficial Messenger Chat App)')
|
Install.package('caprine', 'default + (Unofficial Messenger Chat App)')
|
||||||
Install.package('spotify', 'default + (Online Music Player)', aur=True)
|
Install.package('spotify', 'default + (Online Music Player)', aur=True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue