mirror of
https://github.com/HorlogeSkynet/archey4
synced 2024-11-24 04:00:10 +01:00
8 lines
123 B
Bash
8 lines
123 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
|
|
# Creates a symbolic link providing `archey4` command alias.
|
|
ln -s -f /usr/bin/archey /usr/bin/archey4
|