Search Results

Search: Posts Made By: tinypig
1,990
Posted By sea
Make yourself clear on your projects range. Its...
Make yourself clear on your projects range.
Its not a simple 30 line script.

It will become complex, thus it is an application, thus it should be 'installed' properly.
By that i mean, use your...
1,990
Posted By Corona688
If you are worried about your assumptions, check...
If you are worried about your assumptions, check them.

die() {
echo "$@" >&2
exit 1
}

[ -z "$BIN" ] && die "BIN not set"
[ -d "$BIN" ] || die "BIN($BIN) does not exist or is...
1,990
Posted By sea
To get started: For an arch-based distro, read...
To get started:
For an arch-based distro, read into AUR for aur-packages.
For redhat based distros, read into specfiles for rpm-packages.
For debian based distros, read into XY? for deb-packages....
1,990
Posted By Peasant
I would consider using /opt for everything. ...
I would consider using /opt for everything.

Regards
Peasant.

---------- Post updated at 08:22 ---------- Previous update was at 08:22 ----------

I would consider using /opt for everything....
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy