1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

1.1.4 adding unknown-command-handler

This commit is contained in:
TiynGER 2019-10-06 12:32:41 +02:00
parent 850a38a3e3
commit 7de6ee31f5
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
1.1.3
1.1.4

View File

@ -222,6 +222,9 @@ sudo groupadd docker
sudo gpasswd -a $USER docker
sudo systemctl stop docker.service
#updating pkgfile packagerepos
sudo pkgfile -u
# Most important command! Get rid of the beep!
systembeepoff

View File

@ -100,4 +100,5 @@ A,vrms-arch,shows the amount of non free software packages installed.,
,xf86-input-synaptics,is needed for toggling the touchpad.,
,hub,is a cli for github.,
,zsh,is a bash alternative.,
A,redshift-minimal,is a minimal-depenmdecy version of redshift to save your eyesfrom deadly blue lasers.,
A,redshift-minimal,is a minimal-depenmdecy version of redshift to save your eyesfrom deadly blue lasers.,
,pkgfile,tool for zsh to help with unknown commands,
1 #TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
100 ,xf86-input-synaptics,is needed for toggling the touchpad.,
101 ,hub,is a cli for github.,
102 ,zsh,is a bash alternative.,
103 A,redshift-minimal,is a minimal-depenmdecy version of redshift to save your eyesfrom deadly blue lasers.,
104 ,pkgfile,tool for zsh to help with unknown commands,