Support
Forums

Re: New install setup

Hi Delorean Dude
I'm not sure if this is any use to you but I wrote a script a while ago to automatically install packages on a new install I didn't completely finish it, but it works for the most part, it's a simple script and quite easy to follow which you may be able to adapt for your own needs


[code]#!/bin/bash

# This script will install favourite programs & restore configs

clear
echo -e "This script will install favourite programs & restore configs"
echo -e "Do you wish to continue ? \nYes (y) \nNo...
Hi Delorean Dude
I'm not sure if this is any use to you but I wrote a script a while ago to automatically install packages on a new install I didn't completely finish it, but it works for the most part, it's a simple script and quite easy to follow which you may be able to adapt for your own needs


[code]#!/bin/bash

# This script will install favourite programs & restore configs

clear
echo -e "This script will install favourite programs & restore configs"
echo -e "Do you wish to continue ? \nYes (y) \nNo...