You are not logged in.
I got the same error when using the pastebin link, if you copy and paste from the OP it should work.
hum, i think it will be better remove it, to avoid these kind of problems...
Thx for the tip.
Offline
It is really an excellent effort. Found it real helpful. However I have a suggestion/request.
Can you enable the script to choose the best mirror for downloading/installing all these programs? I know about rankmirrors that has helped me in choosing the fastest mirror for my connection.
Regards.
Offline
It is really an excellent effort. Found it real helpful. However I have a suggestion/request.
Can you enable the script to choose the best mirror for downloading/installing all these programs? I know about rankmirrors that has helped me in choosing the fastest mirror for my connection.
Regards.
Easy task: DONE!
Greetings
Offline
Easy task: DONE!
Greetings
Thank You very much. It is so nice of you.
Offline
would it be too crazy to ask for lightweight window managers like openbox or awesome ?
Offline
hello
I've gone through a lot of troubles trying your srcipt.
for example, keyboard is FR on console, but US in GDM, and then FR again when under GNOME
firefox won't install
conky doesn't work, needs ttf-droid package installed later,
there are conflicts between regular packages, and git packages, (--noconfirm option doesn't help here, it breaks some yaourt commands)
libreoffice end up installed in dutch, and so on (I live in france)
anyway, awesome work, once again, only trying to help
ps: after sending you a mail, i did a fresh new i686 installation, but it didn't solve much
thanks again for your work
Last edited by lordoftux (2011-12-27 21:48:31)
Offline
hello
I've gone through a lot of troubles trying your srcipt.
for example, keyboard is FR on console, but US in GDM, and then FR again when under GNOME
firefox won't install
conky doesn't work, needs ttf-droid package installed later,
there are conflicts between regular packages, and git packages, (--noconfirm option doesn't help here, it breaks some yaourt commands)
libreoffice end up installed in dutch, and so on (I live in france)
anyway, awesome work, once again, only trying to helpps: after sending you a mail, i did a fresh new i686 installation, but it didn't solve much
thanks again for your work
The script use your rc.conf to detect the language setup, make sure you have configured your locale.gen and your rc.conf in the right way, maybe you are missing something http://wiki.archlinux.org/index.php/Beginners%27_Guide
Firefox wont install bc the language problem above, anyway, u can manual configure at begin of the script your language. (maybe add dat option in future to avoid this kind of problem)
Anyway, I'm enjoying my holidays now, when I return, I'll fix.
Greetings
Last edited by helmuthdu (2011-12-30 01:52:13)
Offline
would it be too crazy to ask for lightweight window managers like openbox or awesome ?
Nope
I'm enjoying my holidays now, when I return, I'll do it.
Last edited by helmuthdu (2011-12-30 01:52:26)
Offline
lordoftux wrote:hello
I've gone through a lot of troubles trying your srcipt.
for example, keyboard is FR on console, but US in GDM, and then FR again when under GNOME
firefox won't install
conky doesn't work, needs ttf-droid package installed later,
there are conflicts between regular packages, and git packages, (--noconfirm option doesn't help here, it breaks some yaourt commands)
libreoffice end up installed in dutch, and so on (I live in france)
anyway, awesome work, once again, only trying to helpps: after sending you a mail, i did a fresh new i686 installation, but it didn't solve much
thanks again for your workThe script use your rc.conf to detect the language setup, make sure you have configured your locale.gen and your rc.conf in the right way, maybe you are missing something http://wiki.archlinux.org/index.php/Beginners%27_Guide
Firefox wont install bc the language problem above, anyway, u can manual configure at begin of the script your language. (maybe add dat option in future to avoid this kind of problem)Anyway, I'm now enjoying my holidays now, when I return, I'll fix.
Greetings
Well thanks for sending me back to beginnner's corner, may be I deserve that.
I was too lazy to do everything by hands and trying to find a script to automate the process...
thanks for reading me, and enjoy your holidays.
Offline
Got a problem while executing the script:
ultimate_archlinux_install.sh: line 20: $'\r': command not found ultimate_archlinux_install.sh: line 23: $'\r': command not found ultimate_archlinux_install.sh: line 29: $'\r': command not found ultimate_archlinux_install.sh: line 40: syntax error near unexpected token `}' 'ltimate_archlinux_install.sh: line 40: `} #}}}
You have DOS carriage returns in your script. You can convert the script from DOS to UNIX by installing the package 'hd2u' and running 'dos2unix script.sh'.
Offline
Drumitar wrote:would it be too crazy to ask for lightweight window managers like openbox or awesome ?
Nope
I'm enjoying my holidays now, when I return, I'll do it.
Thanks !!!
Offline
if you have testing enabled and pacman4 (and libarchive3) installed
the script ask in one point about yaourt
yaourt depend of pacman3.5
if you responce is possitive install packa-query and yaourt both force install pacman 3.5 but NO libarchive2
this make break pacman and tada, a break systen unable to run pacman or yaourt or any other script or wathever (include nmakepkg)
notes:
wicd need user in the network and http groups
tlp need upower for run correctly (in my system almost)
sugestion1: change yaourt for packer (pacman completly INDDEPENDANT) or search if testing is enabled (or pacman 4 is intalled) and if these is enabled use yaourt-git and package-query-git instead
suggestion 2: can select the AUR helper (including the avobe sugesstion), both packer and yapourt use the -S, -Syu, -Ss options
sugestion 3: is possible ading lxde?
suggestion4: add xf86-video-vesa for option in gpus, or if you run in a sistem not nvidia,itel,virtual,amd and want No-X11
EDIT:
For LXDE may look like this possibly
#LXDE #{{{
print_tittle "LXDE - http://wiki.archlinux.org/index.php/lxde"
pacman -S --noconfirm lxde
add_new_daemon "lxdm"
GNOME=1
sumary "LXDE Installation"
finish_function
#}}}
;;
EDIT2:
This other change the ayatana repo installation for the archlinux-fr repo:
#custom repositories #{{{
print_title "CUSTOM REPOSITORIES"
#question_for_answer "Install custom repositories (ayatana)"
question_for_ansewer "Install custom repositories (Archlinux-fr)"
case "$OPTION" in
"y")
#echo -e '[ayatana]\nServer = http://repo.ayatana.info/' >> /etc/pacman.conf
#echo -e '\n[custom]\nServer = file:///media/backup/Archlinux/$arch' >> /etc/pacman.conf
echo -e '[archlinuxfr]\nServer = http://repo.archlinux.fr/$arch'
install_status
;;
*)
CURRENT_STATUS=0
;;
esac
sumary "Custom repositories installation"
finish_function
#}}}
EDIT3:
Aditional firmware for broadcom bluetooths and other stuff that need specific firmwares
NOT TESTED
#}}}
#Aditional Firmware #{{{
print_tittle "Aditional Firmware"
question_for_answer " Install aditional firmware, useful for some\nwirelles and bluetooths, need the most resent Kernel (Linux)"
case "$OPTION" in
"Y" )
su -l $USERNAME --command="
yaourt -S --noconfirm ipw2100-fw ipw2200-fw bluez-firmware linux-firmware wireless_tools wireless-regdb rfkill crda wpa_supplicant b43-firmware broadcom-wl b43-firmware-legacy"
* )
CURRENT_STATUS=0
;;
esac
sumary "Aditional Firmware"
finish_function
#}}}
Last edited by Jristz (2012-01-10 05:12:04)
Well, I suppose that this is somekind of signature, no?
Offline
if you have testing enabled and pacman4 (and libarchive3) installed
the script ask in one point about yaourt
yaourt depend of pacman3.5
if you responce is possitive install packa-query and yaourt both force install pacman 3.5 but NO libarchive2
this make break pacman and tada, a break systen unable to run pacman or yaourt or any other script or wathever (include nmakepkg)notes:
wicd need user in the network and http groups
tlp need upower for run correctly (in my system almost)sugestion1: change yaourt for packer (pacman completly INDDEPENDANT) or search if testing is enabled (or pacman 4 is intalled) and if these is enabled use yaourt-git and package-query-git instead
suggestion 2: can select the AUR helper (including the avobe sugesstion), both packer and yapourt use the -S, -Syu, -Ss options
sugestion 3: is possible ading lxde?
suggestion4: add xf86-video-vesa for option in gpus, or if you run in a sistem not nvidia,itel,virtual,amd and want No-X11
First of all, thanks for your contribution, i really appreciate any kind of help to make this project better for this great comunity!
Now, lets talk about your sugestions,
1) Well, i didnt had thinking about that (always use the stable channel), but i think instead of change this to another installer we can let the users choose between both (yaourt or packer), just gonna need to replace all yaourt calls with a new function (not a big deal)
2) same above
3) Sure, why not?
4) Agree
EDIT 1: added
EDIT 2: turn this into a while function so the user can add both and your own repo
EDIT 3: added
Greetings
Offline
thank for adding my suggestions
I appreciate this script
I forget this
in lxde and in pcmanfm (lxde) you need gvfs for mount and partition support and gvfs-smb for smb:// in pcmanfm
other interesting this is that the lxde project take leafpad for they editor but arch not
other suggestion
Office Apps
Lightweight offimatic: abiword abiword-plugins gnumeric galculator (take in count the resent COMUNITY>AUR<COMUNITY movemment), epdfview (or zathura), leafpad (for notes)
this is perfect for a laithweight desktop like XFCE4 or LXDE
side nothe: alsa-firmware is a firmware package but i dont' know any system that need this for work
Well, I suppose that this is somekind of signature, no?
Offline
thank for adding my suggestions
I appreciate this script
I forget this
in lxde and in pcmanfm (lxde) you need gvfs for mount and partition support and gvfs-smb for smb:// in pcmanfm
other interesting this is that the lxde project take leafpad for they editor but arch notother suggestion
Office Apps
Lightweight offimatic: abiword abiword-plugins gnumeric galculator (take in count the resent COMUNITY>AUR<COMUNITY movemment), epdfview (or zathura), leafpad (for notes)
this is perfect for a laithweight desktop like XFCE4 or LXDEside nothe: alsa-firmware is a firmware package but i dont' know any system that need this for work
Done
Offline
for dropbox:
gnome: dropbox nautilus-dropbox
xfce: dropbox: thunar-dropbox
kde dropbox kfilebox
lxde: dropbox and no more
the actual problem is the fact that using nautilus-dropbox for xfce or lxde have no-sense, in those cases is best install dropbox only (and or dropbox-cli for terminal onlly-support)
and finaly: for one or 2 games user need in the games group
and wat about a final optional: Pacman -Rsc $(pacman -Qqdt) (Clean orfan packages insataling for download other like git for tlp) && pacman -Sc (old packages cleaning) && pacman -Syy (update database only) && pacman-optimize (database optimizations)
PD: Sorry for many request and things....
EDIT: The wirelless/bluetooth option not work i select any but only return to the select screen, and the tlp not is intalled if use packer, if no desktop is desided wicd-kde/networkmanager(the kde version) is installed but why install kde version if no desktop is selected? (all other work perfect)
Last edited by Jristz (2012-01-12 03:04:38)
Well, I suppose that this is somekind of signature, no?
Offline
for dropbox:
gnome: dropbox nautilus-dropbox
xfce: dropbox: thunar-dropbox
kde dropbox kfilebox
lxde: dropbox and no morethe actual problem is the fact that using nautilus-dropbox for xfce or lxde have no-sense, in those cases is best install dropbox only (and or dropbox-cli for terminal onlly-support)
and finaly: for one or 2 games user need in the games group
and wat about a final optional: Pacman -Rsc $(pacman -Qqdt) (Clean orfan packages insataling for download other like git for tlp) && pacman -Sc (old packages cleaning) && pacman -Syy (update database only) && pacman-optimize (database optimizations)PD: Sorry for many request and things....
EDIT: The wirelless/bluetooth option not work i select any but only return to the select screen, and the tlp not is intalled if use packer, if no desktop is desided wicd-kde/networkmanager(the kde version) is installed but why install kde version if no desktop is selected? (all other work perfect)
Thx for your feedback, all fixed lol
Offline
ok 2012.18
the script work good
but activate teh signini/key make if any key is not imported (2 try)
them fail and the script continue, *but mark as intalled but in realyty isnot intalled
this due the lack of signings
I sugest add the signinig after the begin of any pacman -S or pacman -Syu and remember use befor install many signs a pacman/key --refresh-keys
if aur_helper fail for....bad password, the script continue but...
many sub intallation (like codecs....but not the gesttreamer, the others (libdvdcss, libdvdread, libquicktime.... for example) simple are ignored and the script continue
this happen almost if you install separately the aur_helper
sugestion add zip, rar (aur), unace, arj, unarj, lzo, lzop, lzo2 for unconpresing and conpresing archives (lha is only available for i686)
ad finaly remmember fluidr3 requiere multilibs activated for download ani group of dependencies
and is thunar-dropbox AND dropbox for xfce
thank and i apreciate you script and work
Last edited by Jristz (2012-01-20 01:52:24)
Well, I suppose that this is somekind of signature, no?
Offline
ok 2012.18
the script work good
but activate teh signini/key make if any key is not imported (2 try)
them fail and the script continue, *but mark as intalled but in realyty isnot intalled
this due the lack of signings
I sugest add the signinig after the begin of any pacman -S or pacman -Syu and remember use befor install many signs a pacman/key --refresh-keysif aur_helper fail for....bad password, the script continue but...
many sub intallation (like codecs....but not the gesttreamer, the others (libdvdcss, libdvdread, libquicktime.... for example) simple are ignored and the script continue
this happen almost if you install separately the aur_helpersugestion add zip, rar (aur), unace, arj, unarj, lzo, lzop, lzo2 for unconpresing and conpresing archives (lha is only available for i686)
ad finaly remmember fluidr3 requiere multilibs activated for download ani group of dependencies
and is thunar-dropbox AND dropbox for xfcethank and i apreciate you script and work
Check the last release.
Fixed almost all, but i just didnt got the idea of pacman-key --refresh-keys...
Offline
Jristz wrote:ok 2012.18
the script work good
but activate teh signini/key make if any key is not imported (2 try)
them fail and the script continue, *but mark as intalled but in realyty isnot intalled
this due the lack of signings
I sugest add the signinig after the begin of any pacman -S or pacman -Syu and remember use befor install many signs a pacman/key --refresh-keysif aur_helper fail for....bad password, the script continue but...
many sub intallation (like codecs....but not the gesttreamer, the others (libdvdcss, libdvdread, libquicktime.... for example) simple are ignored and the script continue
this happen almost if you install separately the aur_helpersugestion add zip, rar (aur), unace, arj, unarj, lzo, lzop, lzo2 for unconpresing and conpresing archives (lha is only available for i686)
ad finaly remmember fluidr3 requiere multilibs activated for download ani group of dependencies
and is thunar-dropbox AND dropbox for xfcethank and i apreciate you script and work
Check the last release.
Fixed almost all, but i just didnt got the idea of pacman-key --refresh-keys...
you need import all the keys if you want activated the sgnining= Trusted Only/Optional in pacman.conf
else you reseive a mesagge (only in trusted optional) if you wan import a new key from the package next to install, but ramdomly fail to import the key
Post saying how import all the keys in one bash command:
http://www.foros.archlinux-es.org/viewt … f=5&t=5563
Well, I suppose that this is somekind of signature, no?
Offline
you need import all the keys if you want activated the sgnining= Trusted Only/Optional in pacman.conf
else you reseive a mesagge (only in trusted optional) if you wan import a new key from the package next to install, but ramdomly fail to import the key
Post saying how import all the keys in one bash command:
http://www.foros.archlinux-es.org/viewt … f=5&t=5563
All done!
Offline
Looking at the script I don't think CUPS install has a yes/no option..or am I wrong?
Could we have the option yes/no to install printer support?
Last edited by ancleessen4 (2012-02-24 19:58:39)
Offline
Looking at the script I don't think CUPS install has a yes/no option..or am I wrong?
Could we have the option yes/no to install printer support?
Your are right, there is no option.
Check for new update, its already there with some misc improviments.
Greetings
Offline
Tips:
for exFAT use exfat-utils and fuse-exfat
the ttf-googlewebfonts is a REALLY L=ONG build (like 20-40 min) I suggest put and adverticement
actually is possible run twice or more times you script only having one issue, the user
is possible in user creation sellect an existing user and/or creating one?
finnaly is possible to include infinality fonts? :
freetype2-infinality frontconfig-infinality && /etc/profile.d/infinality-settings.sh
Well, I suppose that this is somekind of signature, no?
Offline
Some further input;
-> "successfull (Canceled)" should read "successful (Cancelled)"
-> "Script can be canceled all the time with CTRL+C" should read "Script can be cancelled at any time with CTRL+C"
->"it's highly recommended you read this script before use it" should read "it's highly recommended that you read this script before using it"
For Openbox, have you considered the inclusion of obmenu,nitrogen,lxappearance,gmrun?
For Accessories, have you considered the inclusion of geekie,scrot,leafpad,bluefish,rxvt-unicode?
For System Tools, have you considered the inclusion of gparted?
For Internet, have you considered the inclusion of chromium,uzbl-browser?
Keep up the great work!
Last edited by ancleessen4 (2012-02-26 17:37:48)
Offline