Huh
This commit is contained in:
parent
2b2680069f
commit
ec6312f506
5 changed files with 7 additions and 1 deletions
2
config/scripts/requirements.txt
Normal file
2
config/scripts/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
coloredlogs==10.0
|
||||
progressbar2==3.47.0
|
|
@ -13,7 +13,7 @@ import progressbar
|
|||
import logging
|
||||
|
||||
progressbar.streams.wrap_stderr()
|
||||
coloredlogs.install(level='DEBUG', fmt='%(levelname)s %(message)s')
|
||||
coloredlogs.install(level='INFO', fmt='%(levelname)s %(message)s')
|
||||
log = logging.getLogger()
|
||||
|
||||
# 1) Create file list with conflict files
|
||||
|
|
|
@ -125,6 +125,7 @@ i gnu-netcat # Network piping
|
|||
i socat # Multi-purpose relay
|
||||
i rsync # Remote file-copying tool
|
||||
i speedtest-cli # Network speed benchmarker
|
||||
i bind-tools # DNS queryier
|
||||
|
||||
# Archives utilities
|
||||
i unzip # Unarchive ZIP files
|
||||
|
@ -298,6 +299,7 @@ then
|
|||
if $INSTALL_X
|
||||
then
|
||||
i i3-wm # WM
|
||||
i libgnomekbd # Show keyboard layout
|
||||
i dunst # Notifications
|
||||
i i3lock # Locker
|
||||
i numlockx # Numlock auto-unlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue