Skip to content

Commit 2b21431

Browse files
committed
Drop wslu
1 parent bc80922 commit 2b21431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rootfs: base.tar
4949

5050
base.tar:
5151
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
52-
docker run --net=host --name soluswsl silkeh/solus:ypkg /bin/bash -c "eopkg up -y; eopkg it -y apparmor bzip2 cmake dialog dos2unix efivar elfutils elfutils-devel libelf-devel iptables iproute2 keychain lolcat openssh rsync socat sqlite3 wget xdg-utils; eopkg dc; mkdir -p /usr/local/bin; git clone https://github.com/cmatsuoka/figlet.git; cd figlet; make && make install; cd && rm -rf /figlet; git clone https://github.com/acmel/dwarves.git; cd dwarves; mkdir build && cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -D__LIB=lib ..; make install; cd && rm -rf dwarves; git clone https://github.com/wslutilities/wslu; cd wslu; make; make install; cd && rm -rf wslu; touch /usr/share/defaults/etc/profile.d/custom.sh; echo 'export BROWSER=wslview' | tee -a /usr/share/defaults/etc/profile.d/custom.sh > /dev/null; touch /etc/environment; rm /usr/share/defaults/etc/profile.d/10-path.sh; mkdir -p /usr/lib/wsl; systemctl mask systemd-firstboot"
52+
docker run --net=host --name soluswsl silkeh/solus:ypkg /bin/bash -c "eopkg up -y; eopkg it -y apparmor bzip2 cmake dialog dos2unix efivar elfutils elfutils-devel libelf-devel iptables iproute2 keychain lolcat openssh rsync socat sqlite3 wget xdg-utils; eopkg dc; mkdir -p /usr/local/bin; git clone https://github.com/cmatsuoka/figlet.git; cd figlet; make && make install; cd && rm -rf /figlet; git clone https://github.com/acmel/dwarves.git; cd dwarves; mkdir build && cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -D__LIB=lib ..; make install; cd && rm -rf dwarves; touch /usr/share/defaults/etc/profile.d/custom.sh; touch /etc/environment; rm /usr/share/defaults/etc/profile.d/10-path.sh; mkdir -p /usr/lib/wsl; systemctl mask systemd-firstboot"
5353
docker export --output=base.tar soluswsl
5454
docker rm -f soluswsl
5555

0 commit comments

Comments
 (0)