all of scripts are free softare. You can redistribute it and/or modify it under the terms of the GNU General Public License Version 3.0. as published by the Free Software Foundation. A copy of the GNU GPL 3.0 is provided with the software.
for more read LICENSE file or visit GNU GPL-3.0 website.
- Description:
install is simple script to install scripts on your system.
- Use case:
just launch the script and wiat for finnish
./install
start version 0.3
- Description:
start is install script for fresh Debian/Ubuntu install.
- Use case:
first you need to give appropriate permissions to script
sudo chmod +x start
then just run the script and answer few questionns
./start
and answer few questionns
up version 1.0.2
- Description:
up is simple tool to automates the update procedure for Debian/Ubuntu.
- Instalation:
Unpack the "up" script from the archive and move it to
/usr/local/bin
or
~/bin
- Use case:
up -u
or
up -upgrade
update the apt cache and then perform programs and packages update
up -U
or
up --full-upgrade
update the apt cache and then perform a full distribution update
up -r
or
up --remove
autoremoving orphan packages and dependencies
In scripts used ASK
The inspiration for the creation of this repository was An Introduction to Up
You can find script on EzeeLinux GitHub.
For more please visit EzeeLinux website.
THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.